Skip to content

Commit

Permalink
drop PHP 5.4 & PHP 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed May 18, 2017
1 parent d46f0b5 commit 530786a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,6 @@ cache:
- $HOME/.composer/cache

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"issues": "https://github.com/Kdyby/RequestStack/issues"
},
"require": {
"php": ">=5.4",
"php": "^5.6 || ^7.0",
"nette/di": "^2.4@dev",
"nette/http": "^2.4@dev"
},
Expand Down

0 comments on commit 530786a

Please sign in to comment.