Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27 from yannickroger/need-raml-parser
Browse files Browse the repository at this point in the history
Make RAML parser a mandatory dependency
  • Loading branch information
yannickroger committed Jun 17, 2020
2 parents 5d07abc + 6f29a56 commit 31160a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"symfony/serializer": "^3.0",
"symfony/property-access": "^3.0",
"symfony/yaml": "^3.0",
"raml-org/raml-php-parser": "^2.2",
"jrfnl/php-cast-to-type": "^2.0",
"willdurand/negotiation": "^2.0",
"ralouphie/getallheaders": "^2.0",
Expand All @@ -31,14 +32,12 @@
"ext-simplexml": "*"
},
"suggest": {
"silex/silex": "To use the Silex Router",
"raml-org/raml-php-parser": "To use the RAML APISpec"
"silex/silex": "To use the Silex Router"
},
"require-dev": {
"atoum/atoum": "^3.0",
"atoum/stubs": "*",
"silex/silex": "^2.0",
"raml-org/raml-php-parser": "^2.2",
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "^2.0",
"atoum/reports-extension": "^3.0"
Expand Down

0 comments on commit 31160a2

Please sign in to comment.