Add PHP version to composer.json

This commit is contained in:
Lewis Dale 2024-10-22 12:04:47 +01:00
parent 4302fb9e8e
commit 32af5f314d

View File

@ -23,7 +23,8 @@
"league/uri": "^6.8",
"ext-simplexml": "*",
"ext-curl": "*",
"ext-dom": "*"
"ext-dom": "*",
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^10.0"