Skip to content

Commit

Permalink
remove support for PHP 5.5, since it is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Dec 28, 2015
1 parent 0ce3b10 commit c89ba84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 5.5
- 5.6
- 7.0
- nightly
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~5.5|~7.0",
"php": "~5.6|~7.0",
"symfony/config": "~2.6",
"symfony/console": "~2.6",
"symfony/dependency-injection": "~2.6",
Expand Down

0 comments on commit c89ba84

Please sign in to comment.