Skip to content

Commit

Permalink
composer.json: conflict with DI, Latte & Forms < 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 14, 2016
1 parent 0b2e1e0 commit ea11e9d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,18 @@
},
"require-dev": {
"nette/tester": "~2.0",
"nette/di": "~2.3",
"nette/forms": "~2.2",
"nette/robot-loader": "~2.2",
"nette/security": "~2.2",
"nette/di": "~2.4",
"nette/forms": "~2.4",
"nette/robot-loader": "~2.4",
"nette/security": "~2.4",
"latte/latte": "~2.4",
"tracy/tracy": "^2.3"
"tracy/tracy": "^2.4"
},
"conflict": {
"nette/nette": "<2.2"
"nette/nette": "<2.2",
"nette/di": "<2.4",
"nette/forms": "<2.4",
"nette/latte": "<2.4"
},
"autoload": {
"classmap": ["src/"]
Expand Down

0 comments on commit ea11e9d

Please sign in to comment.