diff --git a/composer.json b/composer.json index cd2ce25..a1d3a95 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -27,14 +28,12 @@ "league/json-reference": "^1.0" }, "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"