Skip to content

Commit

Permalink
Merge pull request #1425 from akrabat/php55
Browse files Browse the repository at this point in the history
Make PHP 5.5 the minimum supported version
  • Loading branch information
silentworks committed Aug 10, 2015
2 parents 593fd92 + 9193f53 commit 7c61344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -28,11 +28,11 @@
}
],
"require": {
"php": ">=5.4.0",
"pimple/pimple": "3.*",
"psr/http-message": "1.0",
"php": ">=5.5.0",
"pimple/pimple": "^3.0",
"psr/http-message": "^1.0",
"nikic/fast-route": "^0.6",
"container-interop/container-interop": "~1.1"
"container-interop/container-interop": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
Expand Down

0 comments on commit 7c61344

Please sign in to comment.