Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 8eb76bc

Browse files
Bump min supported php version to 5.5
1 parent f461510 commit 8eb76bc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ cache:
88

99
matrix:
1010
include:
11-
- php: 5.4
12-
env: SYMFONY_VERSION=2.7.*
1311
- php: 5.5
1412
env: SYMFONY_VERSION=2.7.*
1513
- php: 5.6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.4",
19+
"php": ">=5.5",
2020
"symfony/symfony": "~2.7|~3.0|~4.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)