-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 827 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 827 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
27
28
29
30
31
32
33
{
"name": "ezsystems/ezplatform-graphql",
"description": "GraphQL server for the eZ Platform Open Source CMS Repository.",
"type": "ezplatform-bundle",
"license": "MIT",
"authors": [
{
"name": "Bertrand Dunogier",
"email": "bertrand.dunogier@ez.no"
}
],
"replace": {
"bdunogier/ezplatform-graphql-bundle": "self.version"
},
"require": {
"ezsystems/ezpublish-kernel": "^6.0|^7.0",
"overblog/graphql-bundle": "^0.11"
},
"require-dev": {
"overblog/graphiql-bundle": "^0.1",
"phpspec/phpspec": "^5.1"
},
"autoload": {
"psr-4": {
"BD\\EzPlatformGraphQLBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
}
}
}