phossa2 / composer
Composer installer plugin for phossa framework.
dev-master / 2.1.x-dev
2016-09-29 07:16 UTC
Requires
- php: >=5.4.0
- composer-plugin-api: ^1.0
Requires (Dev)
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2026-03-01 02:59:27 UTC
README
phossa2/composer is composer installer plugin for phossa2 framework..
Installation
Install via the composer utility.
composer require "phossa2/composer"
or add the following lines to your composer.json
{
"require": {
"phossa2/composer": "^2.0.0"
}
}
Change log
Please see CHANGELOG from more information.
Testing
$ composer test
Contributing
Please see CONTRIBUTE for more information.
Dependencies
-
PHP >= 5.4.0
-
phossa2/shared >= 2.0.21
-
composer-plugin-api ^1.0