Skip to content

Commit 10a506c

Browse files
Prefer PHP 7.4 at minimum
1 parent 9a4442f commit 10a506c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"wiki": "https://wiki.multitheftauto.com/wiki/PHP_SDK"
1313
},
1414
"require": {
15-
"php": "^7.3 || ^8.0",
15+
"php": "^7.4 || ^8.0",
1616
"ext-json": "*",
1717
"php-http/client-implementation": "^1.0",
1818
"php-http/httplug": "^2.3",
@@ -31,7 +31,7 @@
3131
},
3232
"config": {
3333
"platform": {
34-
"php": "7.3"
34+
"php": "7.4"
3535
},
3636
"preferred-install": {
3737
"*": "dist"

0 commit comments

Comments
 (0)