Skip to content

Commit 61ab545

Browse files
committed
remove nested composer.json files to avoid changing them via monorepo-builder
1 parent 6df9c22 commit 61ab545

File tree

43 files changed

+598
-1858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+598
-1858
lines changed
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"name": "wp-php-toolkit/blockparser",
3-
"description": "BlockParser component for WordPress.",
4-
"type": "library",
5-
"require": {
6-
"php": ">=7.2"
7-
},
8-
"authors": [
9-
{
10-
"name": "Adam Zielinski",
11-
"email": "[email protected]"
12-
},
13-
{
14-
"name": "WordPress Team",
15-
"email": "[email protected]"
16-
}
17-
],
18-
"autoload": {
19-
"classmap": [
20-
"."
21-
],
22-
"exclude-from-classmap": [
23-
"/Tests/"
24-
]
25-
},
26-
"require-dev": {
27-
"phpunit/phpunit": "^9.5"
28-
},
29-
"archive": {
30-
"exclude": [
31-
"**/.github/",
32-
"**/Tests/",
33-
"**/bin/"
34-
]
35-
}
2+
"name": "wp-php-toolkit/blockparser",
3+
"description": "BlockParser component for WordPress.",
4+
"type": "library",
5+
"require": {
6+
"php": ">=7.2"
7+
},
8+
"authors": [
9+
{
10+
"name": "Adam Zielinski",
11+
"email": "[email protected]"
12+
},
13+
{
14+
"name": "WordPress Team",
15+
"email": "[email protected]"
16+
}
17+
],
18+
"autoload": {
19+
"classmap": [
20+
"."
21+
],
22+
"exclude-from-classmap": [
23+
"/Tests/"
24+
]
25+
},
26+
"require-dev": {
27+
"phpunit/phpunit": "^9.5"
28+
},
29+
"archive": {
30+
"exclude": [
31+
"**/.github/",
32+
"**/Tests/",
33+
"**/bin/"
34+
]
35+
}
3636
}
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "wp-php-toolkit/blueprints",
3-
"description": "Blueprints component for WordPress.",
4-
"type": "library",
5-
"authors": [
6-
{
7-
"name": "Adam Zielinski",
8-
"email": "[email protected]"
9-
},
10-
{
11-
"name": "WordPress Team",
12-
"email": "[email protected]"
13-
}
14-
],
15-
"require": {
16-
"php": ">=7.2",
17-
"wp-php-toolkit/bytestream": "^0.1",
18-
"wp-php-toolkit/blueprints": "^0.1",
19-
"wp-php-toolkit/filesystem": "^0.1",
20-
"wp-php-toolkit/http-client": "^0.1",
21-
"wp-php-toolkit/xml": "^0.1",
22-
"wp-php-toolkit/zip": "^0.1"
23-
},
24-
"autoload": {
25-
"classmap": [
26-
"./"
27-
],
28-
"exclude-from-classmap": [
29-
"/Tests/"
30-
]
31-
},
32-
"archive": {
33-
"exclude": [
34-
"**/.github/",
35-
"**/Tests/",
36-
"**/bin/"
37-
]
38-
}
2+
"name": "wp-php-toolkit/blueprints",
3+
"description": "Blueprints component for WordPress.",
4+
"type": "library",
5+
"authors": [
6+
{
7+
"name": "Adam Zielinski",
8+
"email": "[email protected]"
9+
},
10+
{
11+
"name": "WordPress Team",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"require": {
16+
"php": ">=7.2",
17+
"wp-php-toolkit/bytestream": "dev-trunk",
18+
"wp-php-toolkit/blueprints": "dev-trunk",
19+
"wp-php-toolkit/filesystem": "dev-trunk",
20+
"wp-php-toolkit/http-client": "dev-trunk",
21+
"wp-php-toolkit/xml": "dev-trunk",
22+
"wp-php-toolkit/zip": "dev-trunk"
23+
},
24+
"autoload": {
25+
"classmap": [
26+
"./"
27+
],
28+
"exclude-from-classmap": [
29+
"/Tests/"
30+
]
31+
},
32+
"archive": {
33+
"exclude": [
34+
"**/.github/",
35+
"**/Tests/",
36+
"**/bin/"
37+
]
38+
}
3939
}

components/Blueprints/vendor-patched/log/composer.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

components/Blueprints/vendor-patched/symfony/event-dispatcher/composer.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

components/Blueprints/vendor-patched/symfony/process/composer.json

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"name": "wp-php-toolkit/bytestream",
3-
"description": "ByteStream component for WordPress.",
4-
"type": "library",
5-
"authors": [
6-
{
7-
"name": "Adam Zielinski",
8-
"email": "[email protected]"
9-
},
10-
{
11-
"name": "WordPress Team",
12-
"email": "[email protected]"
13-
}
14-
],
15-
"require": {
16-
"php": ">=7.2"
17-
},
18-
"autoload": {
19-
"classmap": [
20-
"./"
21-
],
22-
"exclude-from-classmap": [
23-
"/Tests/"
24-
]
25-
},
26-
"require-dev": {
27-
"phpunit/phpunit": "^9.5"
28-
},
29-
"archive": {
30-
"exclude": [
31-
"**/.github/",
32-
"**/Tests/",
33-
"**/bin/"
34-
]
35-
}
2+
"name": "wp-php-toolkit/bytestream",
3+
"description": "ByteStream component for WordPress.",
4+
"type": "library",
5+
"authors": [
6+
{
7+
"name": "Adam Zielinski",
8+
"email": "[email protected]"
9+
},
10+
{
11+
"name": "WordPress Team",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"require": {
16+
"php": ">=7.2"
17+
},
18+
"autoload": {
19+
"classmap": [
20+
"./"
21+
],
22+
"exclude-from-classmap": [
23+
"/Tests/"
24+
]
25+
},
26+
"require-dev": {
27+
"phpunit/phpunit": "^9.5"
28+
},
29+
"archive": {
30+
"exclude": [
31+
"**/.github/",
32+
"**/Tests/",
33+
"**/bin/"
34+
]
35+
}
3636
}

components/CLI/composer.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "wp-php-toolkit/cli",
3-
"description": "CLI component for WordPress.",
4-
"type": "library",
5-
"authors": [
6-
{
7-
"name": "Adam Zielinski",
8-
"email": "[email protected]"
9-
},
10-
{
11-
"name": "WordPress Team",
12-
"email": "[email protected]"
13-
}
14-
],
15-
"require": {
16-
"php": ">=7.2"
17-
},
18-
"autoload": {
19-
"psr-4": {
20-
"WordPress\\CLI\\": ""
21-
},
22-
"exclude-from-classmap": [
23-
"/Tests/"
24-
]
25-
},
26-
"archive": {
27-
"exclude": [
28-
"**/.github/",
29-
"**/Tests/",
30-
"**/bin/"
31-
]
32-
}
2+
"name": "wp-php-toolkit/cli",
3+
"description": "CLI component for WordPress.",
4+
"type": "library",
5+
"authors": [
6+
{
7+
"name": "Adam Zielinski",
8+
"email": "[email protected]"
9+
},
10+
{
11+
"name": "WordPress Team",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"require": {
16+
"php": ">=7.2"
17+
},
18+
"autoload": {
19+
"psr-4": {
20+
"WordPress\\CLI\\": ""
21+
},
22+
"exclude-from-classmap": [
23+
"/Tests/"
24+
]
25+
},
26+
"archive": {
27+
"exclude": [
28+
"**/.github/",
29+
"**/Tests/",
30+
"**/bin/"
31+
]
32+
}
3333
}

0 commit comments

Comments
 (0)