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 7049031 commit fb53692Copy full SHA for fb53692
.github/workflows/coding-standard-test.yml
@@ -13,10 +13,10 @@ jobs:
13
fail-fast: false
14
matrix:
15
php-version:
16
- - "8.1"
17
- "8.2"
18
- "8.3"
19
- "8.4"
+ - "8.5"
20
uses: ./.github/workflows/coding-standard.yml
21
with:
22
php-version: ${{ matrix.php-version }}
composer.json
@@ -16,10 +16,10 @@
],
"license": "MIT",
"require": {
- "php": ">=8.1",
- "symplify/easy-coding-standard": "12.5.24",
- "slevomat/coding-standard": "8.20.0",
- "squizlabs/php_codesniffer": "3.13.2"
+ "php": ">=8.2",
+ "symplify/easy-coding-standard": "13.0.0",
+ "slevomat/coding-standard": "8.26.0",
+ "squizlabs/php_codesniffer": "4.0.1"
23
},
24
"config": {
25
"sort-packages": true,
0 commit comments