-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 801 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 801 Bytes
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
{
"description": "Some extensions classes/services to simplify build api",
"homepage": "https://github.com/eXtalionLab/api-platform-extensions-bundle",
"name": "extalion/api-platform-extensions-bundle",
"type": "symfony-bundle",
"license": "MIT",
"keywords": ["symfony", "api-platform", "tools", "extensions"],
"authors": [
{
"name": "Damian Glinkowski",
"homepage": "https://github.com/d0niek"
}
],
"require": {
"php": ">=7.1",
"api-platform/core": "^2.6",
"doctrine/orm": "^2.0",
"symfony/http-foundation": "^5.3 | ^6.0",
"symfony/http-kernel": "^5.3 | ^6.0"
},
"autoload": {
"psr-4": {
"Extalion\\ApiPlatformExtensionsBundle\\": "src/"
}
}
}