Skip to content

Commit 451ed69

Browse files
committed
Attempt to drop min PHP version
1 parent 2dff721 commit 451ed69

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ env:
44
- GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
55
language: php
66
php:
7+
- '7.2'
8+
- '7.3'
79
- '7.4'
810

911
before_script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.4",
20+
"php": ">=7.2.5",
2121
"twig/twig": "^3.0"
2222
},
2323
"require-dev": {
@@ -27,7 +27,7 @@
2727
"config": {
2828
"sort-packages": false,
2929
"platform": {
30-
"php": "7.4"
30+
"php": "7.2.5"
3131
}
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)