Skip to content

Commit

Permalink
composer.json: conflict with nette/application < 2.4
Browse files Browse the repository at this point in the history
application 2.3 needs to use Nette\Object
  • Loading branch information
dg committed Jun 17, 2016
1 parent b377e44 commit 9b5817b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"tracy/tracy": "^2.3"
},
"conflict": {
"nette/nette": "<2.2"
"nette/nette": "<2.2",
"nette/application": "<2.4"
},
"autoload": {
"classmap": ["src/"]
Expand Down

0 comments on commit 9b5817b

Please sign in to comment.