Skip to content

Commit 4feb15b

Browse files
committed
Require php >= 8.3 in composer.json
1 parent b1ff810 commit 4feb15b

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)