Skip to content

Commit acab4e6

Browse files
committed
wip: Lower PHP version requirement to >=8.3
Updated the PHP version requirement in composer.json from >=8.4 to >=8.3 to ensure broader compatibility. This change allows the library to be used in environments running PHP 8.3.
1 parent 2f235e0 commit acab4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"source": "https://github.com/exbil/24fire-php-api"
2626
},
2727
"require": {
28-
"php": ">=8.4",
28+
"php": ">=8.3",
2929
"guzzlehttp/guzzle": "^7.9.2",
3030
"ext-json": "*"
3131
},

0 commit comments

Comments
 (0)