-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 1.08 KB
/
composer.json
File metadata and controls
34 lines (34 loc) · 1.08 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
{
"name": "supa86000/zf2-assetic-module",
"type": "library",
"description": "Zend Framework 2 module that provides complete integration of Assetic library",
"keywords": ["assetic", "assets", "resources", "css", "js", "less"],
"homepage": "https://github.com/SuPa86000/ZF2AsseticModule",
"license": "MIT",
"authors": [
{
"name": "QUINTARD Thibaud",
"email": "contact@supa-creation.com",
"homepage": "https://github.com/SuPa86000/ZF2AsseticModule",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"supa86000/zf2-assetic": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"zendframework/zendframework": "2.*"
},
"suggest": {
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
"leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler"
},
"autoload": {
"psr-0": {
"AsseticBundle": "src"
},
"classmap": ["Module.php"]
}
}