Skip to content

Commit 684bc66

Browse files
committed
Merge 3.4
2 parents 21982bf + 67d1564 commit 684bc66

File tree

15 files changed

+48
-34
lines changed

15 files changed

+48
-34
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@
194194
},
195195
"pmu": {
196196
"projects": ["./src/*/composer.json", "src/Doctrine/*/composer.json"]
197+
},
198+
"thanks": {
199+
"name": "api-platform/api-platform",
200+
"url": "https://github.com/api-platform/api-platform"
197201
}
198202
}
199203
}

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: 5 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",

src/Doctrine/Odm/composer.json

Lines changed: 4 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",

src/Doctrine/Orm/composer.json

Lines changed: 4 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",

src/Elasticsearch/composer.json

Lines changed: 4 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",

src/HttpCache/composer.json

Lines changed: 4 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",

src/Hydra/composer.json

Lines changed: 1 addition & 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",

src/JsonApi/composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@
44
"type": "library",
55
"keywords": [
66
"REST",
7-
"GraphQL",
87
"API",
9-
"JSON-LD",
10-
"Hydra",
11-
"JSONAPI",
12-
"OpenAPI",
13-
"HAL",
14-
"Swagger"
8+
"JSONAPI"
159
],
1610
"homepage": "https://api-platform.com",
1711
"license": "MIT",

src/JsonLd/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
"GraphQL",
88
"API",
99
"JSON-LD",
10-
"Hydra",
11-
"JSONAPI",
12-
"OpenAPI",
13-
"HAL",
14-
"Swagger"
10+
"Hydra"
1511
],
1612
"homepage": "https://api-platform.com",
1713
"license": "MIT",

0 commit comments

Comments
 (0)