forked from ezsystems/ezpublish-community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1018 Bytes
/
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
35
36
37
38
{
"name": "ezsystems/ezpublish5-standard",
"description": "eZ Publish 5 standard distribution",
"version": "5.0-dev",
"homepage": "http://share.ez.no",
"license": "GPL-2.0",
"authors": [
{
"name": "eZ Publish dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/ezpublish5/contributors"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ezsystems/ezp-next.git"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.1.3",
"symfony/assetic-bundle": "2.1.*",
"symfony/monolog-bundle": "2.1.*",
"symfony/swiftmailer-bundle": "2.1.*",
"twig/extensions": "1.0.*",
"ezsystems/ezpublish": "dev-master",
"sensio/generator-bundle": "2.1.*"
},
"autoload": {
"psr-0": {
"": "src/"
}
},
"minimum-stability": "dev",
"config": {
"process-timeout": 3000
}
}