Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 8dd06b6

Browse files
committed
Drop minimum required PHP version to 5.4
- Drupal 8 has a minimum PHP of 5.4.8. Symfony 2.7 still depends on 5.3.something. 5.4 is a reasonable middle-ground to ensure that new libraries targeting older versions of PHP do not need to be written.
1 parent b6d2ffb commit 8dd06b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ cache:
99
matrix:
1010
fast_finish: true
1111
include:
12+
- php: 5.4
1213
- php: 5.5
1314
env:
1415
- EXECUTE_CS_CHECK=true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": ">=5.5",
23+
"php": ">=5.4",
2424
"psr/http-message": "~1.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)