Skip to content

Commit 67d1564

Browse files
authored
chore: setup star forwarding (#6630)
1 parent fb39884 commit 67d1564

File tree

21 files changed

+128
-35
lines changed

21 files changed

+128
-35
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@
183183
},
184184
"pmu": {
185185
"projects": ["./src/*/composer.json", "src/Doctrine/*/composer.json"]
186+
},
187+
"thanks": {
188+
"name": "api-platform/api-platform",
189+
"url": "https://github.com/api-platform/api-platform"
186190
}
187191
}
188192
}

docs/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,11 @@
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^10"
47+
},
48+
"extra": {
49+
"thanks": {
50+
"name": "api-platform/api-platform",
51+
"url": "https://github.com/api-platform/api-platform"
52+
}
4753
}
4854
}

src/Doctrine/Common/composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"description": "Common files used by api-platform/doctrine-orm and api-platform/doctrine-odm",
44
"type": "library",
55
"keywords": [
6-
"DOCTRINE",
7-
"ORM",
8-
"ODM",
9-
"COMMON"
6+
"doctrine",
7+
"orm",
8+
"odm",
9+
"REST",
10+
"GraphQL"
1011
],
1112
"homepage": "https://api-platform.com",
1213
"license": "MIT",
@@ -66,6 +67,10 @@
6667
},
6768
"symfony": {
6869
"require": "^6.4 || ^7.1"
70+
},
71+
"thanks": {
72+
"name": "api-platform/api-platform",
73+
"url": "https://github.com/api-platform/api-platform"
6974
}
7075
},
7176
"scripts": {

src/Doctrine/Odm/composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"keywords": [
66
"Doctrine",
77
"ODM",
8-
"MongoDB"
8+
"MongoDB",
9+
"API",
10+
"REST",
11+
"GraphQL"
912
],
1013
"homepage": "https://api-platform.com",
1114
"license": "MIT",
@@ -64,6 +67,10 @@
6467
},
6568
"symfony": {
6669
"require": "^6.4 || ^7.1"
70+
},
71+
"thanks": {
72+
"name": "api-platform/api-platform",
73+
"url": "https://github.com/api-platform/api-platform"
6774
}
6875
},
6976
"scripts": {

src/Doctrine/Orm/composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"type": "library",
55
"keywords": [
66
"Doctrine",
7-
"ORM"
7+
"ORM",
8+
"API",
9+
"REST",
10+
"GraphQL"
811
],
912
"homepage": "https://api-platform.com",
1013
"license": "MIT",
@@ -64,6 +67,10 @@
6467
},
6568
"symfony": {
6669
"require": "^6.4 || ^7.1"
70+
},
71+
"thanks": {
72+
"name": "api-platform/api-platform",
73+
"url": "https://github.com/api-platform/api-platform"
6774
}
6875
},
6976
"scripts": {

src/Documentation/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
},
3030
"symfony": {
3131
"require": "^6.4 || ^7.1"
32+
},
33+
"thanks": {
34+
"name": "api-platform/api-platform",
35+
"url": "https://github.com/api-platform/api-platform"
3236
}
3337
}
3438
}

src/Elasticsearch/composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"description": "API Platform Elasticsearch bridge",
44
"type": "library",
55
"keywords": [
6-
"Filter",
7-
"Elasticsearch",
6+
"REST",
7+
"API",
8+
"filter",
9+
"elasticsearch",
810
"search"
911
],
1012
"homepage": "https://api-platform.com",
@@ -64,6 +66,10 @@
6466
},
6567
"symfony": {
6668
"require": "^6.4 || ^7.1"
69+
},
70+
"thanks": {
71+
"name": "api-platform/api-platform",
72+
"url": "https://github.com/api-platform/api-platform"
6773
}
6874
},
6975
"scripts": {

src/GraphQl/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
},
7171
"symfony": {
7272
"require": "^6.4 || ^7.1"
73+
},
74+
"thanks": {
75+
"name": "api-platform/api-platform",
76+
"url": "https://github.com/api-platform/api-platform"
7377
}
7478
},
7579
"scripts": {

src/HttpCache/composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"description": "API Platform HttpCache component",
44
"type": "library",
55
"keywords": [
6-
"Cache",
7-
"Http"
6+
"REST",
7+
"API",
8+
"cache",
9+
"HTTP"
810
],
911
"homepage": "https://api-platform.com",
1012
"license": "MIT",
@@ -58,6 +60,10 @@
5860
},
5961
"symfony": {
6062
"require": "^6.4 || ^7.1"
63+
},
64+
"thanks": {
65+
"name": "api-platform/api-platform",
66+
"url": "https://github.com/api-platform/api-platform"
6167
}
6268
},
6369
"scripts": {

src/Hydra/composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
"API",
99
"JSON-LD",
1010
"Hydra",
11-
"JSONAPI",
12-
"OpenAPI",
13-
"HAL",
14-
"Swagger"
11+
"JSONAPI"
1512
],
1613
"homepage": "https://api-platform.com",
1714
"license": "MIT",
@@ -65,6 +62,10 @@
6562
},
6663
"symfony": {
6764
"require": "^6.4 || ^7.1"
65+
},
66+
"thanks": {
67+
"name": "api-platform/api-platform",
68+
"url": "https://github.com/api-platform/api-platform"
6869
}
6970
},
7071
"scripts": {

0 commit comments

Comments
 (0)