Skip to content

Commit

Permalink
remove php 5.4 end of life
Browse files Browse the repository at this point in the history
  • Loading branch information
ASA1-ET-JENKINS committed Dec 15, 2015
1 parent c3088b9 commit 0427aa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sudo: false
matrix:
include:
- php: hhvm
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "gimler/guzzle-description-loader",
"description": "Load guzzle service description from various file formats",
"require": {
"php": ">=5.4.0",
"symfony/config": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0"
"php": ">=5.5.0",
"symfony/config": "~3.0",
"symfony/yaml": "~3.0"
},
"license": "MIT",
"authors": [
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0427aa6

Please sign in to comment.