Skip to content

Commit 81301c6

Browse files
committed
for lowest
1 parent d2b5d16 commit 81301c6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

composer.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
"name": "api-platform/core",
33
"description": "Build a fully-featured hypermedia or GraphQL API in minutes!",
44
"type": "library",
5-
"keywords": ["REST", "GraphQL", "API", "JSON-LD", "Hydra", "JSONAPI", "OpenAPI", "HAL", "Swagger"],
5+
"keywords": [
6+
"REST",
7+
"GraphQL",
8+
"API",
9+
"JSON-LD",
10+
"Hydra",
11+
"JSONAPI",
12+
"OpenAPI",
13+
"HAL",
14+
"Swagger"
15+
],
616
"homepage": "https://api-platform.com",
717
"license": "MIT",
818
"authors": [
@@ -94,8 +104,9 @@
94104
"doctrine/orm": "<2.14.0",
95105
"doctrine/mongodb-odm": "<2.4",
96106
"doctrine/persistence": "<1.3",
97-
"symfony/var-exporter" : "<6.1.1",
107+
"symfony/var-exporter": "<6.1.1",
98108
"sebastian/comparator": ">=5.0",
109+
"phpunit/phpunit": "<9.5",
99110
"phpspec/prophecy": "<1.15",
100111
"elasticsearch/elasticsearch": ">=8.0,<8.4"
101112
},

0 commit comments

Comments
 (0)