interactiv4/composer-installer-deployed-package

This package is abandoned and no longer maintained. The author suggests using the interactiv4/composer-installer package instead.

This package allows to deploy another packages in specified routes.

1.4.1 2022-05-06 09:02 UTC

This package is auto-updated.

Last update: 2022-06-28 10:16:10 UTC


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

MIT

Copyright

Copyright (c) 2020 Interactiv4 S.L.