Skip to content

Commit edee6b4

Browse files
author
Artem Stepin
committed
update dependencies
1 parent 3b0c53c commit edee6b4

File tree

3 files changed

+627
-522
lines changed

3 files changed

+627
-522
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,16 @@
4747
},
4848
"require-dev": {
4949
"phpunit/phpunit": "^9.5.5",
50-
"phpstan/phpstan": "^0.12.90",
50+
"phpstan/phpstan": "^1.0.0",
5151
"vimeo/psalm": "^4.8",
5252
"guzzlehttp/guzzle": "^7.2",
5353
"http-interop/http-factory-guzzle": "^1.0",
54-
"phpstan/phpstan-webmozart-assert": "^0.12.12",
54+
"phpstan/phpstan-webmozart-assert": "^1.0.0",
5555
"phpstan/extension-installer": "^1.1"
56+
},
57+
"config": {
58+
"allow-plugins": {
59+
"phpstan/extension-installer": true
60+
}
5661
}
5762
}

0 commit comments

Comments
 (0)