Skip to content

Commit

Permalink
Require Nette 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Jun 1, 2014
1 parent 5cbba29 commit 2d8412a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

env:
- NETTE=default # 2.2 dev
- NETTE=default # 2.1 dev
- NETTE=nette-2.1

php:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"nette/nette": "~2.1@dev",
"nette/nette": "2.1.*@dev",
"monolog/monolog": "~1.9"
},
"require-dev": {
Expand Down

0 comments on commit 2d8412a

Please sign in to comment.