Skip to content

Commit 88d9615

Browse files
Update PHPStan packages to v2.0.4
1 parent d817de5 commit 88d9615

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

composer.json

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"MIT"
66
],
77
"require": {
8-
"php": "^8.2",
8+
"php": "^8.1",
99
"composer-runtime-api": "^2.0",
1010
"clue/ndjson-react": "^1.0",
1111
"composer/ca-bundle": "^1.2",
@@ -15,7 +15,7 @@
1515
"hoa/compiler": "3.17.08.08",
1616
"hoa/exception": "^1.0",
1717
"hoa/file": "1.17.07.11",
18-
"jetbrains/phpstorm-stubs": "dev-master#00e47dbd1b21b00b9aecb90009d4011e0e09f003",
18+
"jetbrains/phpstorm-stubs": "dev-master#56e49161f6f411647350b769efe7c640bd9010d1",
1919
"nette/bootstrap": "^3.0",
2020
"nette/di": "^3.1.4",
2121
"nette/neon": "3.3.4",
@@ -25,9 +25,7 @@
2525
"nikic/php-parser": "^5.4.0",
2626
"ondram/ci-detector": "^3.4.0",
2727
"ondrejmirtes/better-reflection": "6.57.0.0",
28-
"ondrejmirtes/composer-attribute-collector": "^1.1.1",
29-
"ondrejmirtes/php-merge": "^4.1",
30-
"phpstan/php-8-stubs": "0.4.14",
28+
"phpstan/php-8-stubs": "0.4.12",
3129
"phpstan/phpdoc-parser": "2.1.0",
3230
"psr/http-message": "^1.1",
3331
"react/async": "^3",
@@ -38,7 +36,6 @@
3836
"react/promise": "^3.2",
3937
"react/socket": "^1.3",
4038
"react/stream": "^1.1",
41-
"sebastian/diff": "^6.0.2",
4239
"symfony/console": "^5.4.3",
4340
"symfony/finder": "^5.4.3",
4441
"symfony/polyfill-intl-grapheme": "^1.23",
@@ -55,35 +52,30 @@
5552
"symfony/polyfill-php73": "*"
5653
},
5754
"require-dev": {
55+
"brianium/paratest": "^6.5",
5856
"cweagans/composer-patches": "^1.7.3",
57+
"ondrejmirtes/simple-downgrader": "^2.0",
5958
"php-parallel-lint/php-parallel-lint": "^1.2.0",
6059
"phpstan/phpstan-deprecation-rules": "^2.0.2",
6160
"phpstan/phpstan-nette": "^2.0",
62-
"phpstan/phpstan-phpunit": "^2.0.7",
61+
"phpstan/phpstan-phpunit": "^2.0",
6362
"phpstan/phpstan-strict-rules": "^2.0",
64-
"phpunit/phpunit": "^11.5.23",
63+
"phpunit/phpunit": "^9.6",
6564
"shipmonk/composer-dependency-analyser": "^1.5",
6665
"shipmonk/dead-code-detector": "^0.12.0",
6766
"shipmonk/name-collision-detector": "^2.0"
6867
},
6968
"config": {
7069
"platform": {
71-
"php": "8.2.99"
70+
"php": "8.1.99"
7271
},
7372
"platform-check": false,
7473
"sort-packages": true,
7574
"allow-plugins": {
76-
"cweagans/composer-patches": true,
77-
"ondrejmirtes/composer-attribute-collector": true,
78-
"vaimo/composer-patches": true
75+
"cweagans/composer-patches": true
7976
}
8077
},
8178
"extra": {
82-
"composer-attribute-collector": {
83-
"include": [
84-
"src"
85-
]
86-
},
8779
"composer-exit-on-patch-failure": true,
8880
"patches": {
8981
"composer/ca-bundle": [

0 commit comments

Comments
 (0)