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

Commit

Permalink
chore: rollback symfony component to 2.8 to keep php 5.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RETFU committed Jul 5, 2016
1 parent 65fc4e5 commit 9113a4b
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 196 deletions.
6 changes: 3 additions & 3 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": "^3.0",
"symfony/serializer": "^3.0",
"symfony/property-access": "^3.0",
"symfony/http-kernel": "^2.8",
"symfony/serializer": "^2.8",
"symfony/property-access": "^2.8",
"justinrainbow/json-schema": "^1.6",
"jrfnl/PHP-cast-to-type": "^2.0",
"willdurand/negotiation": "^2.0",
Expand Down
Loading

0 comments on commit 9113a4b

Please sign in to comment.