Skip to content

Commit

Permalink
Require Nette 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed May 10, 2015
1 parent 5562b64 commit 4c98739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
language: php

env:
- NETTE=nette-2.3-dev
- NETTE=default
- NETTE=nette-2.3
- NETTE=nette-2.2

php:
- 5.3.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0
- php: hhvm

before_install:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
],
"require": {
"nette/di": "~2.2@dev",
"tracy/tracy": "~2.2@dev",
"nette/di": "~2.3@dev",
"tracy/tracy": "~2.3@dev",

"monolog/monolog": "~1.9"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
}
}

0 comments on commit 4c98739

Please sign in to comment.