smplphp / composer-local-package-repository
A composer plugin to provide a local package repository
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: ^8.0
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.0
- infection/infection: ^0.26.9
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^9.0
- sempro/phpunit-pretty-print: ^1.4
- vimeo/psalm: ^4.21
This package is auto-updated.
Last update: 2023-01-11 21:00:14 UTC
README
A composer plugin to provide a local package repository, allowing you to avoid defining custom repositories in the package composer.json
, or the global config.
Main:
Develop:
Install
Install via composer.
composer require ollieread/composer-local-package-repository
Usage
TBW
Testing
The full test suite of PHPUnit, Infection, PHPStan and Psalm can be run using the following command.
make test
PHPUnit
To run PHPUnit alone, you can run the following.
make phpunit
Or if you want code-coverage
make phpunit-coverage
Infection
To run Infection alone, you can run the following.
make infection
Or if you want a report
make infection-report
PHPStan
To run PHPStan alone, you can run the following.
make phpstan
Psalm
To run Psalm alone, you can run the following.
make psalm
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.