-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
34 lines (34 loc) · 1.05 KB
/
composer.json
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
{
"name": "digitalstate/platform-transport-bundle",
"type": "symfony-bundle",
"description": "DigitalState Transport Bundle",
"homepage": "https://github.com/DigitalState/Platform-Transport-Bundle.git",
"keywords": ["Oro", "Communication"],
"license": "MIT",
"authors": [
{
"name": "DigitalState, Inc",
"homepage": "http://www.digitalstate.ca"
}
],
"require": {
"php": ">=5.6",
"oro/platform": "2.0.*",
"oro/platform-serialised-fields": "2.0.*",
"digitalstate/platform-admin-bundle" : "~0.3.0",
"digitalstate/platform-api-bundle" : "~0.3.0",
"digitalstate/platform-data-bundle" : "~0.3.0",
"digitalstate/platform-entity-bundle" : "~0.3.0",
"digitalstate/platform-widget-bundle" : "~0.3.0"
},
"autoload": {
"psr-4": { "Ds\\Bundle\\TransportBundle\\": "" }
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
}
}
}