Skip to content

Commit

Permalink
Dropped Nette 2.3 and PHP under 5.6 support, added PHP support up to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foxycode committed Mar 26, 2018
1 parent 306a5e3 commit 79dd44f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ sudo: false

env:
- NETTE=default
- NETTE=~2.3.0
- NETTE=~2.3.0 PREFER_LOWEST=true
- NETTE=~2.4.0
- NETTE=~2.4.0 PREFER_LOWEST=true

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2

matrix:
fast_finish: true
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
}
},
"require": {
"php": "~5.5|~7.0",
"nette/di": "~2.3,<2.5.0",
"nette/application": "~2.3,<2.5.0",
"vrtak-cz/newrelic-tracy": "~6.0.0"
"php": ">=5.6",
"nette/di": "~2.4",
"nette/application": "~2.4",
"vrtak-cz/newrelic-tracy": "^7.0"
},
"require-dev": {
"jakub-onderka/php-console-highlighter": "0.3.2",
Expand Down

0 comments on commit 79dd44f

Please sign in to comment.