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 ff3ce8f commit f6e4c37Copy full SHA for f6e4c37
.github/workflows/coding-style.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: "Setup PHP Action"
16
uses: "shivammathur/setup-php@v2"
17
with:
18
- php-version: "8.4"
+ php-version: "8.2"
19
extensions: "intl, xdebug"
20
21
- name: "Install dependencies with Composer"
composer.json
@@ -25,8 +25,8 @@
25
"phpunit/phpunit": "^11.5",
26
"phpstan/phpstan": "^2.1",
27
"infection/infection": "^0.29.10",
28
- "doctrine/coding-standard": "^12.0",
29
- "squizlabs/php_codesniffer": "^3.11",
+ "doctrine/coding-standard": "^13.0",
+ "squizlabs/php_codesniffer": "^3.12",
30
"phpstan/phpstan-strict-rules": "^2.0",
31
"phpstan/phpstan-deprecation-rules": "^2.0"
32
},
0 commit comments