-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
71 lines (71 loc) · 2.04 KB
/
Copy pathcomposer.json
File metadata and controls
71 lines (71 loc) · 2.04 KB
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": "mimmi20/template",
"description": "Provides a GitHub repository template for a PHP library, using GitHub actions.",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Thomas Müller",
"homepage": "https://github.com/mimmi20",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/mimmi20/template/graphs/contributors"
}
],
"homepage": "https://github.com/mimmi20/template",
"support": {
"issues": "https://github.com/mimmi20/template/issues",
"source": "https://github.com/mimmi20/template"
},
"require": {
"php": "~8.5.0 || ~8.6.0",
"ext-mbstring": "*"
},
"require-dev": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"ergebnis/composer-normalize": "^2.52.0",
"infection/infection": "^0.34.2",
"jbelien/phpstan-sarif-formatter": "^1.2.0",
"mimmi20/coding-standard": "^8.0.20",
"nikic/php-parser": "^5.8.0",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.2.8",
"phpstan/phpstan-deprecation-rules": "^2.0.5",
"phpstan/phpstan-phpunit": "^2.0.18",
"phpunit/phpunit": "^13.3.1",
"rector/rector": "^2.6.2",
"rector/type-perfect": "^2.2.0",
"shipmonk/composer-dependency-analyser": "^1.8.4",
"symfony/process": "^8.1.0",
"symplify/phpstan-rules": "^14.12.0",
"tomasvotruba/cognitive-complexity": "^1.2.0",
"tomasvotruba/type-coverage": "^2.3.0",
"tomasvotruba/unused-public": "^2.2.1"
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"infection/extension-installer": true,
"phpstan/extension-installer": true
},
"lock": false,
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"composer-normalize": {
"indent-size": 2,
"indent-style": "space"
}
}
}