Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 18a1a34

Browse files
committed
Lower the coding standard minimum to keep PHP 7.1 supported
1 parent 2832abf commit 18a1a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"phpunit/phpunit" : "^7 || ^8 || ^9 || ^10 || ^11",
3636
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
3737
"phpstan/phpstan": "^1",
38-
"wdes/coding-standard": "^3.3"
38+
"wdes/coding-standard": "^3.2"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)