BUILD: Make sure we stay compatible with PHP 8.2

This commit is contained in:
Le Philousophe
2026-05-08 22:19:27 +02:00
parent 02ae466250
commit 55b5380537
+5
View File
@@ -25,6 +25,11 @@
"guzzlehttp/guzzle": "^7.9",
"propel/propel": "~2.0@dev"
},
"config": {
"platform": {
"php": "8.2.0"
}
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"squizlabs/php_codesniffer": "^4.0"