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

Commit

Permalink
chore: support for symfony 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
RETFU committed Dec 27, 2016
1 parent 6cf06e6 commit 47254e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": ">=5.6",
"symfony/http-kernel": "^2.8",
"symfony/http-kernel": "^3.0",
"symfony/serializer": "^3.0",
"symfony/property-access": "^3.0",
"jrfnl/PHP-cast-to-type": "^2.0",
Expand All @@ -31,12 +31,12 @@
"alecsammon/php-raml-parser": "To use the RAML APISpec"
},
"require-dev": {
"atoum/atoum": "^2.6",
"atoum/atoum": "^2.0",
"atoum/stubs": "*",
"silex/silex": "^2.0",
"alecsammon/php-raml-parser": "^2.0",
"friendsofphp/php-cs-fixer": "^1.1",
"squizlabs/php_codesniffer": "^2.6"
"alecsammon/php-raml-parser": "^2.2",
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "^2.0"
},
"scripts": {
"post-install-cmd": [
Expand Down

0 comments on commit 47254e3

Please sign in to comment.