Skip to content

Commit

Permalink
Decrease component-model requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Lauko committed May 5, 2017
1 parent 66765ad commit 0b96a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"require": {
"nette/application": "~2.3",
"nette/component-model": "~2.3"
"nette/component-model": "~2.2"
},
"require-dev": {
"nette/application": "~2.3",
"nette/component-model": "~2.3",
"nette/component-model": "~2.2",
"vanio/coding-standards": "^0.1@dev"
},
"autoload": {
Expand Down

0 comments on commit 0b96a8b

Please sign in to comment.