Skip to content

Commit eebb662

Browse files
committed
feat: require php8.3+
1 parent 2b3f87b commit eebb662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
}
1919
},
2020
"require": {
21-
"php": "^8.2",
21+
"php": "^8.3",
2222
"webonyx/graphql-php": "^15.4"
2323
},
2424
"require-dev": {
25-
"doctrine/coding-standard": "^12.0",
25+
"cdn77/coding-standard": "^7.4",
2626
"infection/infection": "^0.30.0",
2727
"phpstan/extension-installer": "^1.1",
2828
"phpstan/phpstan": "^2.0",

0 commit comments

Comments
 (0)