Skip to content

Commit e2e8a22

Browse files
committed
Coding standard - povýšení na podporu PHP 8.1 a vyšší
1 parent 3b051a6 commit e2e8a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "pd/coding-standard",
33
"description": "Coding standard pro PeckaDesign",
44
"require": {
5-
"php": "7.4.* || 8.*",
5+
"php": "^8.1",
66
"squizlabs/php_codesniffer": "3.*",
7-
"slevomat/coding-standard": "7.0.*",
7+
"slevomat/coding-standard": "8.*",
88
"escapestudios/symfony2-coding-standard": "3.*"
99
},
1010
"license": "MIT",

0 commit comments

Comments
 (0)