interactiv4 / composer-installer-deployed-package
This package allows to deploy another packages in specified routes.
Requires
- php: ^8.1
- composer-plugin-api: ^2.0
- composer/composer: ^2.1.0
Requires (Dev)
- interactiv4/library-dev-tools: 8.1.x-dev
- interactiv4/library-structure: 8.1.x-dev
README
Description
THIS MODULE HAS BEEN ABANDONED AND GROUPED IN THE FOLLOWING REPOSITORY:
Versioning
This package follows semver versioning.
Compatibility
- PHP ^8.1
Installation Instructions
It can be installed manually using composer, by typing the following command:
composer require interactiv4/composer-installer-deployed-package --update-with-all-dependencies
Development Installation Instructions
For development, to install this stand-alone package, you should proceed as follows:
Run composer install --no-dev
, so composer gets installed under vendor, and autoload is generated.
Then, use that composer version, instead of global one, so it can load local files under src/ and tests/:
vendor/bin/composer install
That should install the rest of dependencies in a proper way, so you can start working with this package.
Support
Refer to issue tracker to open an issue if needed.
Credits
Supported and maintained by Interactiv4 Team.
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on Bitbucket.
License
Copyright
Copyright (c) 2020 Interactiv4 S.L.