-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
25 lines (25 loc) · 963 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
{
"name": "pjparra/assetic-smarty",
"license": "MIT",
"minimum-stability": "dev",
"description": "Assetic plugin for Smarty",
"keywords": [ "assets", "compression", "minification", "smarty", "assetic", "php" ],
"homepage": "https://github.com/pjparra/assetic-smarty",
"type": "library",
"authors": [
{
"name": "Pierre-Jean Parra",
"email": "parra.pj@gmail.com",
"homepage": "http://blog.pierrejeanparra.com/"
}
],
"require": {
"php": ">=5.3.1"
},
"suggest": {
"smarty/smarty": "assetic-smarty provides the integration with Smarty.",
"kriswallsmith/assetic": "assetic-smarty provides the integration with Assetic.",
"packagist/yuicompressor-bin": "assetic-smarty provides the integration with yui compressor.",
"packagist/closurecompiler-bin": "assetic-smarty provides the integration with Google closuer compiler."
}
}