Skip to content

Commit e6e5347

Browse files
committed
chore: Set PHP version requirement to >=8.3.
Downgraded the PHP version requirement from 8.4 to 8.3 in composer.json. This change ensures compatibility with environments using PHP 8.3 while still maintaining all necessary functionalities.
1 parent cfefd66 commit e6e5347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)