Skip to content

Commit

Permalink
Drop support for PHP below 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fmasa committed Mar 27, 2018
1 parent 141786e commit 7bdbc5e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,12 @@ env:
- NETTE=master

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

matrix:
exclude:
- php: 5.4
env: NETTE=2.4
- php: 5.5
env: NETTE=2.4
allow_failures:
- php: hhvm

Expand All @@ -42,4 +35,4 @@ after_failure:

cache:
directories:
- $HOME/.composer/cache
- $HOME/.composer/cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"source": "https://github.com/skaut/SkautisNette"
},
"require": {
"php": ">=5.3.0",
"php": ">=5.6",
"skautis/skautis": "~2.0@dev",
"nette/di": "~2.1@dev",
"nette/http": "~2.1@dev",
Expand Down
2 changes: 1 addition & 1 deletion tests/composer-nette-2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"source": "https://github.com/skaut/SkautisNette"
},
"require": {
"php": ">=5.3.0",
"php": ">=5.6",
"skautis/skautis": "~2.0@dev",
"nette/utils": "2.4.*",
"nette/nette": "2.1.*"
Expand Down
2 changes: 1 addition & 1 deletion tests/composer-nette-2.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"source": "https://github.com/skaut/SkautisNette"
},
"require": {
"php": ">=5.3.0",
"php": ">=5.6",
"skautis/skautis": "~2.0@dev",
"nette/utils": "2.4.*",
"nette/di": "2.2.*",
Expand Down
2 changes: 1 addition & 1 deletion tests/composer-nette-2.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"source": "https://github.com/skaut/SkautisNette"
},
"require": {
"php": ">=5.3.0",
"php": ">=5.6",
"skautis/skautis": "~2.0@dev",
"nette/utils": "2.4.*",
"nette/di": "2.3.*",
Expand Down
2 changes: 1 addition & 1 deletion tests/composer-nette-2.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"source": "https://github.com/skaut/SkautisNette"
},
"require": {
"php": ">=5.3.0",
"php": ">=5.6",
"skautis/skautis": "~2.0@dev",
"nette/utils": "2.4.*",
"nette/di": "2.4.*",
Expand Down

0 comments on commit 7bdbc5e

Please sign in to comment.