Skip to content

Commit 05dbfeb

Browse files
Merge pull request #31 from qdurillon-dev/require-php-greater-than-8.3
Require php >= 8.3 in composer.json
2 parents b1ff810 + 4feb15b commit 05dbfeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"test": "phpunit"
1515
},
1616
"require": {
17+
"php": ">=8.3",
1718
"symfony/http-client": "^6.4 || ^7.0",
1819
"knplabs/php-json-schema": "^0.1.0"
1920
}

0 commit comments

Comments
 (0)