Skip to content

Commit 4d0ec1e

Browse files
committed
Update dependencies and phpstan to 2.0
1 parent c69879d commit 4d0ec1e

File tree

2 files changed

+1342
-733
lines changed

2 files changed

+1342
-733
lines changed

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@
4646
"require-dev": {
4747
"friendsofphp/php-cs-fixer": "^3.51.0",
4848
"squizlabs/php_codesniffer": "^3.9.0",
49-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
5049
"phpunit/phpunit": "^9.6.11",
51-
"phpstan/extension-installer": "^1.2",
52-
"phpstan/phpstan": "1.12.25",
53-
"phpstan/phpstan-phpunit": "1.4.2",
54-
"phpstan/phpstan-deprecation-rules": "^1.1"
50+
"phpstan/phpstan": "^2.0",
51+
"phpstan/phpstan-phpunit": "^2.0",
52+
"phpstan/phpstan-deprecation-rules": "^2.0"
5553
},
5654
"replace": {
5755
"paragonie/random_compat": "*",
@@ -74,10 +72,6 @@
7472
"config": {
7573
"platform": {
7674
"php": "8.1.24"
77-
},
78-
"allow-plugins": {
79-
"phpstan/extension-installer": true,
80-
"dealerdirect/phpcodesniffer-composer-installer": true
8175
}
8276
}
8377
}

0 commit comments

Comments
 (0)