Skip to content

Commit 1ea048f

Browse files
committed
Up deps
1 parent d42eb84 commit 1ea048f

1 file changed

Lines changed: 20 additions & 9 deletions

File tree

composer.json

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,36 @@
55
"type": "library",
66
"require": {
77
"php": ">=8.1",
8-
"ergebnis/composer-normalize": "^2.47",
8+
"ergebnis/composer-normalize": "^2.48.2",
99
"infection/infection": "~0.27.11",
10+
"jangregor/phpstan-prophecy": "^2.2",
1011
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
1112
"phpspec/prophecy-phpunit": "^2.4",
12-
"phpunit/phpunit": "^9.6.23",
13-
"psalm/plugin-phpunit": "~0.18.4",
14-
"psalm/plugin-symfony": "^5.2.6",
15-
"rector/rector": "^2.1",
13+
"phpstan/extension-installer": "^1.4",
14+
"phpstan/phpstan": "^2.1.30",
15+
"phpstan/phpstan-doctrine": "^2.0",
16+
"phpstan/phpstan-phpunit": "^2.0",
17+
"phpstan/phpstan-symfony": "^2.0",
18+
"phpunit/phpunit": "^9.6.29",
19+
"rector/rector": "^2.2",
1620
"shipmonk/composer-dependency-analyser": "^1.8.3",
17-
"sylius-labs/coding-standard": "^4.4",
18-
"sylius/sylius": "~1.14.6",
19-
"vimeo/psalm": "^5.26.1 || ^6.10.3"
21+
"sylius-labs/coding-standard": "^4.4.1",
22+
"sylius/sylius": "~1.14.13"
2023
},
2124
"config": {
2225
"allow-plugins": {
2326
"dealerdirect/phpcodesniffer-composer-installer": false,
2427
"ergebnis/composer-normalize": true,
25-
"infection/extension-installer": true
28+
"infection/extension-installer": true,
29+
"phpstan/extension-installer": true
2630
},
2731
"sort-packages": true
32+
},
33+
"extra": {
34+
"phpstan": {
35+
"includes": [
36+
"phpstan/extension.neon"
37+
]
38+
}
2839
}
2940
}

0 commit comments

Comments
 (0)