Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 7ee21d7

Browse files
authored
feat: updated composer require-dev versions (#20)
1 parent e53d8b0 commit 7ee21d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"pedrotroller/php-cs-custom-fixer": "^2.15.2"
2626
},
2727
"require-dev": {
28-
"phpstan/phpstan": "^0.10.7",
29-
"phpstan/phpstan-deprecation-rules": "^0.10.2",
30-
"phpstan/phpstan-phpunit": "^0.10.0",
31-
"phpstan/phpstan-strict-rules": "^0.10.1",
28+
"phpstan/phpstan": "^0.11.2",
29+
"phpstan/phpstan-deprecation-rules": "^0.11.0",
30+
"phpstan/phpstan-phpunit": "^0.11.0",
31+
"phpstan/phpstan-strict-rules": "^0.11.0",
3232
"phpunit/phpunit": "^7.4.0"
3333
},
3434
"config": {

0 commit comments

Comments
 (0)