Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Updated to allow usage with Symfony3
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Jan 15, 2016
1 parent b96e3d9 commit c2884d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}
},
"require": {
"symfony/config": "~2.3",
"symfony/dependency-injection": "~2.3",
"symfony/http-kernel": "~2.3"
"symfony/config": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0"
},
"require-dev": {
"phpspec/phpspec": "2.0.0"
Expand Down

0 comments on commit c2884d5

Please sign in to comment.