forked from widmogrod/zf2-assetic-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 903 Bytes
/
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
{
"name": "widmogrod/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/widmogrod/zf2-assetic-module",
"license": "MIT",
"authors": [
{
"name": "Gabriel Habryn",
"email": "[email protected]",
"homepage": "http://blog.widmogrod.info",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*",
"kriswallsmith/assetic": "1.0.*",
"leafo/lessphp": "0.3.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"AsseticBundle": "src"
},
"classmap": ["Module.php"]
}
}