Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jun 4, 2016
1 parent 766a0c9 commit 83fed2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
}
],
"require": {
"php": ">=5.4.0",
"php": "^5.4.0|^7.0.0",
"nette/di": "^2.3.0",
"symfony/expression-language": "^2.8.0|^3.0.0"
},
"require-dev": {
"arachne/bootstrap": "~0.2.1",
"codeception/codeception": "~2.2.0@rc"
"php": "^5.5.0|^7.0.0",
"arachne/bootstrap": "^0.2.1",
"codeception/codeception": "~2.2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 83fed2f

Please sign in to comment.