Skip to content

Commit

Permalink
Bumped PHP requirement to PHP 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Oct 27, 2015
1 parent 0f91ddf commit 6e7d137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
Expand All @@ -24,7 +22,7 @@ matrix:
include:
- php: 5.6
env: CS_FIXER=run
- php: 5.3
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
env: SYMFONY_VERSION=2.3.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.3.9",
"php": ">=5.5",
"sonata-project/admin-bundle": "~2.4",
"sonata-project/block-bundle": "^2.3.2",
"symfony/framework-bundle": "~2.3",
Expand Down

0 comments on commit 6e7d137

Please sign in to comment.