-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
46 lines (46 loc) · 1.32 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "puli/symfony-bundle",
"description": "Integrates the Puli library into the Symfony2 full-stack framework.",
"homepage": "http://puli.io",
"license": "MIT",
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"require": {
"symfony/framework-bundle": "^2.7.3|^3.0",
"symfony/dependency-injection": "^2.7.3|^3.0",
"puli/composer-plugin": "^1.0-beta9@dev",
"puli/symfony-bridge": "^1.0-beta3"
},
"require-dev": {
"symfony/twig-bundle": "^2.7.3|^3.0",
"puli/twig-extension": "^1.0-beta7",
"puli/repository": "^1.0-beta9@dev",
"puli/discovery": "^1.0-beta9@dev",
"puli/url-generator": "^1.0-beta9@dev",
"puli/cli": "^1.0-beta10@dev",
"puli/manager": "^1.0-beta10@dev",
"webmozart/console": "^1.0-beta4@dev",
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"suggest": {
"puli/twig-extension": "enables Puli support in Twig"
},
"autoload": {
"psr-4": {
"Puli\\SymfonyBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"support": {
"issues": "https://github.com/puli/issues/issues"
}
}