forked from Becklyn/GluggiBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.14 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.14 KB
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": "becklyn/gluggi-bundle",
"description": "Modular layout preview system, to be used within a symfony app.",
"type": "symfony-bundle",
"homepage": "https://github.com/Becklyn/GluggiBundle",
"license": "BSD-3-Clause",
"authors": [{
"name": "Becklyn Studios",
"homepage": "http://becklyn.com/"
}],
"autoload": {
"psr-4": { "Becklyn\\GluggiBundle\\": "" }
},
"autoload-dev": {
"psr-4": {
"Tests\\Becklyn\\GluggiBundle\\": "tests/"
}
},
"require": {
"php": "^7.0",
"becklyn/assets-bundle": "^2.0",
"symfony/dependency-injection": "^3.3|^4.0",
"symfony/finder": "^3.3|^4.0",
"symfony/framework-bundle": "^3.3|^4.0",
"symfony/http-kernel": "^3.3|^4.0",
"symfony/yaml": "^3.3|^4.0",
"twig/twig": "^1.27|^2.0"
},
"require-dev": {
"symfony/browser-kit": "^3.3|^4.0",
"symfony/css-selector": "^3.3|^4.0",
"symfony/phpunit-bridge": "^3.3|^4.0",
"symfony/twig-bundle": "^3.3|^4.0"
},
"config": {
"sort-packages": true
}
}