Skip to content

Commit ea0634c

Browse files
committed
Require PHP 8.2, update dependencies
1 parent 7049031 commit ea0634c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
],
1717
"license": "MIT",
1818
"require": {
19-
"php": ">=8.1",
20-
"symplify/easy-coding-standard": "12.5.24",
21-
"slevomat/coding-standard": "8.20.0",
22-
"squizlabs/php_codesniffer": "3.13.2"
19+
"php": ">=8.2",
20+
"symplify/easy-coding-standard": "13.0.0",
21+
"slevomat/coding-standard": "8.26.0",
22+
"squizlabs/php_codesniffer": "4.0.1"
2323
},
2424
"config": {
2525
"sort-packages": true,

0 commit comments

Comments
 (0)