Skip to content

Commit 550d602

Browse files
committed
Remove PHP 7.4 from composer.json
1 parent 14dc63b commit 550d602

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.4 || >=8.0",
25+
"php": "^8.0 || ^8.1 || ^8.2",
2626
"ext-curl": "*",
2727
"ext-json": "*",
2828
"ext-mbstring": "*",

resources/templates/composer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.4 || >=8.0",
27+
"php": "^8.0 || ^8.1 || ^8.2",
2828
"ext-curl": "*",
2929
"ext-json": "*",
3030
"ext-mbstring": "*",

0 commit comments

Comments
 (0)