forked from psrpinto/frontend-bundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 1.41 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
{
"name": "regularjack/frontend-bundle",
"type": "symfony-bundle",
"description": "A modern frontend development workflow for Symfony apps",
"keywords": ["frontend", "front-end", "bower", "gulp", "livereload", "npm"],
"homepage": "https://github.com/regularjack/frontend-bundle",
"license": "MIT",
"authors": [
{
"name": "Paulo Rodrigues Pinto",
"email": "[email protected]"
},
{
"name": "Contributors",
"homepage": "https://github.com/regularjack/frontend-bundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/console": "~2.3|~3.0",
"symfony/config": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/event-dispatcher": "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0",
"symfony/templating": "~2.3|~3.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.2",
"symfony/browser-kit": "^2.3|~3.0",
"symfony/filesystem": "~2.3|~3.0",
"symfony/http-foundation": "~2.3|~3.0",
"symfony/routing": "~2.3|~3.0",
"matthiasnoback/symfony-config-test": "~1.4",
"matthiasnoback/symfony-dependency-injection-test": "~0.7"
},
"autoload": {
"psr-4": { "Rj\\FrontendBundle\\": "" }
}
}