awethemes / container
Illuminate Container without needing require huge contracts.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
v5.5.17
2017-09-25 03:26 UTC
Requires
- php: >=7.0
- psr/container: ~1.0
Requires (Dev)
- mockery/mockery: ~0.9.4
- phpunit/phpunit: ~6.0
README
This package same as illuminate/container but has been modified to without requires a huge of contracts
Installation
Via Composer:
composer require awethemes/container
Why?
For someone working on non-Laravel project, don't want illuminate/contracts component.
