alecsammon / php-raml-parser
Installs: 53 860
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- raml-org/raml-php-parser: 0.*|1.*|2.*|3.*
This package is auto-updated.
Last update: 2019-02-20 19:47:29 UTC
README
This page was created to help you migrate to raml-org/raml-php-parser
- the official RAML parser for PHP.
The original work from alecsammon/php-raml-parser
is moved to raml-org/raml-php-parser
.
All new development, issues and pull requests must be created in the raml-org/raml-php-parser
.
We strongly advise you to update your composer.json
so it requires the new name and location of the project.
This is backwards compatible with the previous versions 2 and 3 and should be as easy to do as executing:
$ composer remove alecsammon/php-raml-parser
$ composer require raml-org/raml-php-parser "^4.0"