Skip to content

Commit

Permalink
Remove EOL versions of php and symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
DZunke committed Mar 7, 2016
1 parent 19bbf7c commit a8beb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ cache:
- $HOME/.composer/cache

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

matrix:
include:
- php: 5.6
env: SYMFONY_VERSION="2.3.*"
- php: 5.6
env: SYMFONY_VERSION="2.7.*"
- php: 5.6
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.3|~3.0"
"php": ">=5.5",
"symfony/symfony": "~2.7|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4"
Expand Down

0 comments on commit a8beb81

Please sign in to comment.