-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 766 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 766 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
{
"name": "davidjegat/jam-bundle",
"type": "symfony-bundle",
"keywords": ["javascript", "package", "require", "manager"],
"homepage": "https://github.com/davidjegat/JamBundle",
"description": "Javascript package manager for Symfony2.",
"license": "MIT",
"authors": [
{
"name": "David Jegat",
"email": "david.jegat@gmail.com"
}
],
"require": {
"php": ">=5.3",
"symfony/framework-bundle": ">=2.2",
"twig/twig": ">=1.12.2",
"sensio/generator-bundle": ">=2.2",
"webignition/json-pretty-print": "dev-master"
},
"minimum-stability": "stable",
"autoload": {
"psr-0": { "Djeg\\JamBundle": "" }
},
"target-dir": "Djeg/JamBundle"
}