Skip to content

Commit f87ef6b

Browse files
authored
fix(php): composer dependency (#915)
1 parent 082a59a commit f87ef6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/php/composer.mustache

Lines changed: 4 additions & 2 deletions
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
},
@@ -49,5 +49,7 @@
4949
},
5050
"suggest": {
5151
"guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
52-
}
52+
},
53+
"minimum-stability": "dev",
54+
"prefer-stable": true
5355
}

0 commit comments

Comments
 (0)