Skip to content

Commit 71ac49c

Browse files
committed
Require php 5.5
1 parent 5bd802c commit 71ac49c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ branches:
99
- /^patch-.*$/
1010

1111
php:
12-
- 5.4
12+
- 5.5
1313
- 7.1
1414
- hhvm
1515
env:
@@ -24,7 +24,7 @@ env:
2424
matrix:
2525
fast_finish: true
2626
include:
27-
- php: 5.4
27+
- php: 5.5
2828
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.3.*
2929

3030
install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.4 || ^7.0"
13+
"php": "^5.5 || ^7.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^4.5 || ^5.4",

0 commit comments

Comments
 (0)