Skip to content

Commit a7095cf

Browse files
committed
Moved PHP version requirement
1 parent e8bbb95 commit a7095cf

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
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"type": "library",
66
"require": {
7+
"php": "^8.3",
78
"ext-simplexml": "*",
89
"psr/cache": "^2.0 || ^3.0",
910
"swaggest/json-diff": "^3.12",
@@ -14,7 +15,6 @@
1415
"symfony/options-resolver": "^6.4 || ^7.4 || ^8.1"
1516
},
1617
"require-dev": {
17-
"php": "^8.3",
1818
"ergebnis/composer-normalize": "^2.52",
1919
"friendsofphp/php-cs-fixer": "^3.95",
2020
"phpstan/phpstan": "^2.2"

0 commit comments

Comments
 (0)