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

Commit

Permalink
chore: update composer outdated version
Browse files Browse the repository at this point in the history
  • Loading branch information
RETFU committed Jul 5, 2016
1 parent f1a2b1f commit c18cd27
Show file tree
Hide file tree
Showing 2 changed files with 756 additions and 177 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"require": {
"php": ">=5.4",
"symfony/http-kernel": "^2.8",
"symfony/serializer": "^2.8",
"symfony/property-access": "^2.8",
"symfony/http-kernel": "^3.0",
"symfony/serializer": "^3.0",
"symfony/property-access": "^3.0",
"justinrainbow/json-schema": "^1.6",
"jrfnl/PHP-cast-to-type": "^2.0",
"willdurand/negotiation": "^2.0",
Expand All @@ -33,7 +33,9 @@
"require-dev": {
"atoum/atoum": "^2.6",
"atoum/stubs": "*",
"silex/silex": "~2.0@dev",
"alecsammon/php-raml-parser": "^2.0"
"silex/silex": "^2.0",
"alecsammon/php-raml-parser": "^2.0",
"friendsofphp/php-cs-fixer": "^1.1",
"squizlabs/php_codesniffer": "^2.6"
}
}
Loading

0 comments on commit c18cd27

Please sign in to comment.