Skip to content

Commit 2c2cd6f

Browse files
committed
fix(php): change dependency of composer file
1 parent 082a59a commit 2c2cd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/php/composer.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
3535
},
3636
"require-dev": {
37-
"friendsofphp/php-cs-fixer": "^3.5.0",
37+
"friendsofphp/php-cs-fixer": "^2.0 || ^3.5.0",
3838
"phpunit/phpunit": "^9.3",
3939
"vlucas/phpdotenv": "^5.4"
4040
},

0 commit comments

Comments
 (0)