Skip to content

Commit f564558

Browse files
committed
Update composer.json
1 parent d2d258b commit f564558

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

e2e/composer-version/composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
"require": {
33
"php": "^8.1",
44
"phpstan/phpstan": "@dev",
5-
"phpstan/phpstan-phpunit": "@dev"
5+
"phpstan/phpstan-phpunit": "@dev",
6+
"phpunit/phpunit": "^12.5",
7+
"phpstan/extension-installer": "^1.4"
68
},
79
"repositories": [
810
{
911
"type": "path",
1012
"url": "../../"
1113
}
1214
],
13-
"require-dev": {
14-
"phpunit/phpunit": "^12.5",
15-
"phpstan/extension-installer": "^1.4"
16-
},
1715
"config": {
1816
"allow-plugins": {
1917
"phpstan/extension-installer": true

0 commit comments

Comments
 (0)