Skip to content

Commit f6e4c37

Browse files
Update Doctrine coding standard to version 13
1 parent ff3ce8f commit f6e4c37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coding-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup PHP Action"
1616
uses: "shivammathur/setup-php@v2"
1717
with:
18-
php-version: "8.4"
18+
php-version: "8.2"
1919
extensions: "intl, xdebug"
2020

2121
- name: "Install dependencies with Composer"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"phpunit/phpunit": "^11.5",
2626
"phpstan/phpstan": "^2.1",
2727
"infection/infection": "^0.29.10",
28-
"doctrine/coding-standard": "^12.0",
29-
"squizlabs/php_codesniffer": "^3.11",
28+
"doctrine/coding-standard": "^13.0",
29+
"squizlabs/php_codesniffer": "^3.12",
3030
"phpstan/phpstan-strict-rules": "^2.0",
3131
"phpstan/phpstan-deprecation-rules": "^2.0"
3232
},

0 commit comments

Comments
 (0)