Skip to content

Commit

Permalink
drop support for 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 a1f9069 commit c19d30f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"issues": "https://github.com/Kdyby/DoctrineCollectionsReadonly/issues"
},
"require": {
"php": ">=5.4",
"php": "^5.6 || ^7.0",
"doctrine/collections": "~1.1"
},
"require-dev": {
Expand Down

0 comments on commit c19d30f

Please # to comment.