Skip to content

Commit 8ffc562

Browse files
committed
wip
1 parent 774094e commit 8ffc562

File tree

1 file changed

+67
-67
lines changed

1 file changed

+67
-67
lines changed

composer.json

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
{
2-
"name": "typisttech/wp-org-closed-plugin",
3-
"description": "TODO",
4-
"license": "MIT",
5-
"type": "composer-plugin",
6-
"keywords": [
7-
"TODO"
8-
],
9-
"authors": [
10-
{
11-
"name": "Typist Tech",
12-
"homepage": "https://typist.tech"
13-
},
14-
{
15-
"name": "Tang Rufus",
16-
"email": "[email protected]",
17-
"homepage": "https://tangrufus.com",
18-
"role": "Developer"
19-
}
20-
],
21-
"homepage": "https://github.com/typisttech/wp-org-closed-plugin",
22-
"support": {
23-
"issues": "https://github.com/typisttech/wp-org-closed-plugin/issues",
24-
"source": "https://github.com/typisttech/wp-org-closed-plugin",
25-
"security": "https://github.com/typisttech/wp-org-closed-plugin/security"
26-
},
27-
"require": {
28-
"php": "^8.3",
29-
"composer-plugin-api": "^2.6"
30-
},
31-
"require-dev": {
32-
"composer/composer": "^2.8",
33-
"pestphp/pest": "^4.1",
34-
"phpstan/extension-installer": "^1.4",
35-
"phpstan/phpstan": "^2.1",
36-
"phpstan/phpstan-deprecation-rules": "^2.0",
37-
"phpstan/phpstan-strict-rules": "^2.0"
38-
},
39-
"autoload": {
40-
"psr-4": {
41-
"TypistTech\\WpOrgClosedPlugin\\": "src/"
42-
}
43-
},
44-
"autoload-dev": {
45-
"psr-4": {
46-
"Tests\\": "tests/"
47-
}
2+
"name": "typisttech/wp-org-closed-plugin",
3+
"description": "TODO",
4+
"license": "MIT",
5+
"type": "composer-plugin",
6+
"keywords": [
7+
"TODO"
8+
],
9+
"authors": [
10+
{
11+
"name": "Typist Tech",
12+
"homepage": "https://typist.tech"
4813
},
49-
"config": {
50-
"allow-plugins": {
51-
"pestphp/pest-plugin": true,
52-
"phpstan/extension-installer": true
53-
},
54-
"sort-packages": true
55-
},
56-
"extra": {
57-
"class": "TypistTech\\WpOrgClosedPlugin\\Main",
58-
"plugin-modifies-downloads": true,
59-
"plugin-optional": true
60-
},
61-
"scripts": {
62-
"lint": [
63-
"@composer normalize --dry-run",
64-
"pint --test",
65-
"phpstan analyse"
66-
],
67-
"pest": "pest",
68-
"pest:feature": "pest --group=feature",
69-
"pest:unit": "pest --group=unit"
14+
{
15+
"name": "Tang Rufus",
16+
"email": "[email protected]",
17+
"homepage": "https://tangrufus.com",
18+
"role": "Developer"
19+
}
20+
],
21+
"homepage": "https://github.com/typisttech/wp-org-closed-plugin",
22+
"support": {
23+
"issues": "https://github.com/typisttech/wp-org-closed-plugin/issues",
24+
"source": "https://github.com/typisttech/wp-org-closed-plugin",
25+
"security": "https://github.com/typisttech/wp-org-closed-plugin/security"
26+
},
27+
"require": {
28+
"php": "^8.3",
29+
"composer-plugin-api": "^2.6"
30+
},
31+
"require-dev": {
32+
"composer/composer": "^2.8",
33+
"pestphp/pest": "^4.1",
34+
"phpstan/extension-installer": "^1.4",
35+
"phpstan/phpstan": "^2.1",
36+
"phpstan/phpstan-deprecation-rules": "^2.0",
37+
"phpstan/phpstan-strict-rules": "^2.0"
38+
},
39+
"autoload": {
40+
"psr-4": {
41+
"TypistTech\\WpOrgClosedPlugin\\": "src/"
7042
}
43+
},
44+
"autoload-dev": {
45+
"psr-4": {
46+
"Tests\\": "tests/"
47+
}
48+
},
49+
"config": {
50+
"allow-plugins": {
51+
"pestphp/pest-plugin": true,
52+
"phpstan/extension-installer": true
53+
},
54+
"sort-packages": true
55+
},
56+
"extra": {
57+
"class": "TypistTech\\WpOrgClosedPlugin\\Main",
58+
"plugin-modifies-downloads": true,
59+
"plugin-optional": true
60+
},
61+
"scripts": {
62+
"lint": [
63+
"@composer normalize --dry-run",
64+
"pint --test",
65+
"phpstan analyse"
66+
],
67+
"pest": "pest",
68+
"pest:feature": "pest --group=feature",
69+
"pest:unit": "pest --group=unit"
70+
}
7171
}

0 commit comments

Comments
 (0)