Skip to content

Commit 493f44a

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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",

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<arg name="cache" value=".phpcs-cache" />
77
<arg name="colors" />
88

9-
<config name="php_version" value="81000"/>
9+
<config name="php_version" value="80300"/>
1010

1111
<!-- Ignore warnings, show progress of the run and show sniff names -->
1212
<arg value="nps" />

0 commit comments

Comments
 (0)