forked from ezsystems/ezplatform-admin-ui-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 748 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 748 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
{
"name": "ezsystems/ezplatform-admin-ui-modules",
"description": "External assets dependencies for EzPlatform AdminUI",
"license": "GPL-2.0-only",
"authors": [
{
"name": "eZ dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/ezplatform/contributors"
}
],
"require": {
"php": "^7.3",
"symfony/http-kernel": "^4.3",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/yaml": "^4.3"
},
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformAdminUiModulesBundle\\": "/"
}
},
"extra": {
"_ezplatform_branch_for_behat_tests": "master",
"branch-alias": {
"dev-master": "2.0.x-dev",
"dev-tmp_ci_branch": "2.0.x-dev"
}
}
}