1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
{
"name": "shirabe/e2e-extension-installer",
"description": "E2E fixture project: install phpstan/extension-installer and let it generate its config.",
"repositories": [
{
"type": "package",
"package": {
"name": "phpstan/extension-installer",
"version": "1.4.3",
"type": "composer-plugin",
"license": [
"MIT"
],
"autoload": {
"psr-4": {
"PHPStan\\ExtensionInstaller\\": "src/"
}
},
"require": {
"php": "^7.2 || ^8.0",
"composer-plugin-api": "^2.0",
"phpstan/phpstan": "^1.9.0 || ^2.0"
},
"extra": {
"class": "PHPStan\\ExtensionInstaller\\Plugin"
},
"dist": {
"type": "path",
"url": "../ext/phpstan-extension-installer-1.4.3"
},
"transport-options": {
"symlink": false
}
}
},
{
"type": "path",
"url": "../packages/phpstan-phpstan",
"options": {
"symlink": false
}
},
{
"type": "path",
"url": "../packages/acme-extension",
"options": {
"symlink": false
}
},
{
"type": "path",
"url": "../packages/acme-phpstan-tools",
"options": {
"symlink": false
}
},
{
"packagist.org": false
}
],
"require": {
"phpstan/extension-installer": "1.4.3",
"acme/extension": "1.0.0",
"acme/phpstan-tools": "1.0.0"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}
|