Skip to content

Commit 36ae13e

Browse files
authored
[TASK] Use fixed versions of the development dependencies (#707)
We don't want to have sudden build failures when a new version of a development dependency gets released. Instead, we'll keep having automatic Dependabot updates for our dependencies that will allow us to see the effects of each update before switchting to a new version of a dependency.
1 parent be0e7ee commit 36ae13e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"ext-iconv": "*"
2828
},
2929
"require-dev": {
30-
"php-parallel-lint/php-parallel-lint": "^1.4.0",
31-
"phpstan/extension-installer": "^1.4.3",
32-
"phpstan/phpstan": "^1.12.1",
33-
"phpstan/phpstan-phpunit": "^1.4.0",
34-
"phpunit/phpunit": "^8.5.38",
35-
"rector/rector": "^1.2.4"
30+
"php-parallel-lint/php-parallel-lint": "1.4.0",
31+
"phpstan/extension-installer": "1.4.3",
32+
"phpstan/phpstan": "1.12.1",
33+
"phpstan/phpstan-phpunit": "1.4.0",
34+
"phpunit/phpunit": "8.5.38",
35+
"rector/rector": "1.2.4"
3636
},
3737
"suggest": {
3838
"ext-mbstring": "for parsing UTF-8 CSS"

0 commit comments

Comments
 (0)