Skip to content

Commit fd79fc5

Browse files
committed
bump minimal PHP version
Signed-off-by: Ion Bazan <ion.bazan@gmail.com>
1 parent d8b3b0a commit fd79fc5

File tree

2 files changed

+225
-310
lines changed

2 files changed

+225
-310
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"config": {
2121
"sort-packages": true,
2222
"platform": {
23-
"php": "7.4.99"
23+
"php": "8.0.99"
2424
},
2525
"allow-plugins": {
2626
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"require": {
36-
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
36+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3737
"enlightn/security-checker": "^1.10"
3838
},
3939
"require-dev": {

0 commit comments

Comments
 (0)