There was an error while loading. Please reload this page.
1 parent d2d258b commit f564558Copy full SHA for f564558
1 file changed
e2e/composer-version/composer.json
@@ -2,18 +2,16 @@
2
"require": {
3
"php": "^8.1",
4
"phpstan/phpstan": "@dev",
5
- "phpstan/phpstan-phpunit": "@dev"
+ "phpstan/phpstan-phpunit": "@dev",
6
+ "phpunit/phpunit": "^12.5",
7
+ "phpstan/extension-installer": "^1.4"
8
},
9
"repositories": [
10
{
11
"type": "path",
12
"url": "../../"
13
}
14
],
- "require-dev": {
- "phpunit/phpunit": "^12.5",
15
- "phpstan/extension-installer": "^1.4"
16
- },
17
"config": {
18
"allow-plugins": {
19
"phpstan/extension-installer": true
0 commit comments