qlimix / dependency-container
Registering dependencies on a PSR container and setup interfaces
2.0.0
2020-04-19 11:53 UTC
Requires
- php: >=7.4
- psr/container: ^1.0
Requires (Dev)
- qlimix/code-standard: ^2.0
This package is auto-updated.
Last update: 2024-10-19 21:47:18 UTC
README
Registering dependencies on a PSR container and setup interfaces.
Install
Using Composer:
$ composer require qlimix/dependency-container
Testing
To run all unit tests locally with PHPUnit:
$ vendor/bin/phpunit
Quality
To ensure code quality run grumphp which will run all tools:
$ vendor/bin/grumphp run
Contributing
Please see CONTRIBUTING for details.