Skip to content

Commit 6752e76

Browse files
committed
Update development dependencies
1 parent 5f01767 commit 6752e76

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ docs
44
build
55
.idea
66
.php_cs.cache
7+
.php-cs-fixer.cache
78
.phpunit.result.cache
89
composer.lock

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"ext-json": "*"
4747
},
4848
"require-dev": {
49-
"friendsofphp/php-cs-fixer": "^2.16",
49+
"friendsofphp/php-cs-fixer": "^2.19||^3.0",
5050
"guzzlehttp/guzzle": "^7.0",
51-
"guzzlehttp/psr7": "^1.6|^2.0",
52-
"phpstan/phpstan": "^0.12",
53-
"phpstan/phpstan-phpunit": "^0.12",
54-
"phpstan/phpstan-strict-rules": "^0.12",
55-
"phpunit/phpunit": "^9.3",
51+
"guzzlehttp/psr7": "^1.6||^2.0",
52+
"phpstan/phpstan": "^0.12.89",
53+
"phpstan/phpstan-phpunit": "^0.12.20",
54+
"phpstan/phpstan-strict-rules": "^0.12.9",
55+
"phpunit/phpunit": "^9.5",
5656
"psalm/plugin-phpunit": "^0.15.0",
5757
"psr/http-factory": "^1.0",
5858
"psr/simple-cache": "^1.0",

0 commit comments

Comments
 (0)