We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3f87b commit 493f44aCopy full SHA for 493f44a
composer.json
@@ -18,11 +18,11 @@
18
}
19
},
20
"require": {
21
- "php": "^8.2",
+ "php": "^8.3",
22
"webonyx/graphql-php": "^15.4"
23
24
"require-dev": {
25
- "doctrine/coding-standard": "^12.0",
+ "cdn77/coding-standard": "^7.4",
26
"infection/infection": "^0.30.0",
27
"phpstan/extension-installer": "^1.1",
28
"phpstan/phpstan": "^2.0",
phpcs.xml.dist
@@ -6,7 +6,7 @@
6
<arg name="cache" value=".phpcs-cache" />
7
<arg name="colors" />
8
9
- <config name="php_version" value="81000"/>
+ <config name="php_version" value="80300"/>
10
11
<!-- Ignore warnings, show progress of the run and show sniff names -->
12
<arg value="nps" />
0 commit comments