-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.11 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "api-platform/documentation",
"description": "API Platform documentation controller.",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"ApiPlatform\\Documentation\\": ""
}
},
"authors": [
{
"name": "Kévin Dunglas",
"email": "kevin@dunglas.fr",
"homepage": "https://dunglas.fr"
},
{
"name": "API Platform Community",
"homepage": "https://api-platform.com/community/contributors"
}
],
"require": {
"php": ">=8.2",
"api-platform/metadata": "^4.2"
},
"extra": {
"branch-alias": {
"dev-main": "4.3.x-dev",
"dev-4.2": "4.2.x-dev",
"dev-3.4": "3.4.x-dev",
"dev-4.1": "4.1.x-dev"
},
"symfony": {
"require": "^6.4 || ^7.0 || ^8.0"
},
"thanks": {
"name": "api-platform/api-platform",
"url": "https://github.com/api-platform/api-platform"
}
},
"require-dev": {
"phpunit/phpunit": "^12.2"
}
}