Skip to content

Commit 2340591

Browse files
committed
updates min php version to 7.4 to match the oldest version platform.sh supports
1 parent fef8bcb commit 2340591

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.2"
12+
"php": ">=7.4"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^8.5"
@@ -26,7 +26,7 @@
2626
},
2727
"config": {
2828
"platform": {
29-
"php": "7.2"
29+
"php": "7.4"
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)