Skip to content

Commit

Permalink
Merge pull request #10 from MySchoolManagement/master
Browse files Browse the repository at this point in the history
Fixed hard dependency on Symfony 3.0
  • Loading branch information
garak committed Apr 21, 2016
2 parents c6a7946 + 0f8b94d commit b81ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.5",
"symfony/validator": "^2.7|3.0",
"symfony/validator": "^2.7|^3.0",
"liuggio/filler-dto": "^0.1.0",
"doctrine/common": "^2.6",
"psr/http-message": "^1.0"
Expand Down

0 comments on commit b81ad7d

Please sign in to comment.