phossa2/composer

Composer installer plugin for phossa framework.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:composer-plugin

dev-master / 2.1.x-dev 2016-09-29 07:16 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:02:36 UTC


README

Build Status Code Quality Code Climate PHP 7 ready HHVM Latest Stable Version License

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

License

MIT License