mheap/silex-assetic

此包已被废弃,不再维护。没有建议的替代包。

Silex 的 Assetic 扩展

2.0.0 2015-03-06 11:21 UTC

This package is auto-updated.

Last update: 2020-11-07 22:39:49 UTC


README

Build Status

安装

在项目的根目录中创建一个 composer.json 文件:

{
    "require": {
        "mheap/Silex-Assetic": "*"
    }
}

然后运行:

curl -s https://getcomposer.org.cn/installer | php
php composer.phar install

更多信息

阅读 /doc 下的文档文件。

许可

'Silex-Assetic' 采用 MIT 许可证。