Releases: edersoares/composer-plug-and-play
Releases · edersoares/composer-plug-and-play
0.3.0
0.2.0
0.1.0
Composer Plug and Play
Add to Composer, a dependency manager for PHP, the ability to plug and play packages without necessarily installing a new dependency on composer.json
.
Installation
Composer Plug and Play requires Composer 2.0.0
or newer.
composer require dex/composer-plug-and-play
Usage
Now, you can create or clone a Composer package into packages/<vendor>/<package>
folder and run:
composer install --plug-and-play
# or
composer update --plug-and-play
# or
composer dump-autoload --plug-and-play
License
Composer Plug and Play is licensed under the MIT license. See the license file for more details.