Julio Montoya da821fb9fc Updating vendors 11 年 前
..
doc f319aaa06f Updating vendors 12 年 前
example f319aaa06f Updating vendors 12 年 前
src 224a0e666e Updating vendors 11 年 前
tests f319aaa06f Updating vendors 12 年 前
.travis.yml f319aaa06f Updating vendors 12 年 前
MIT-LICENSE f319aaa06f Updating vendors 12 年 前
README.md f319aaa06f Updating vendors 12 年 前
composer.json da821fb9fc Updating vendors 11 年 前
phpunit.xml.dist f319aaa06f Updating vendors 12 年 前

README.md

Silex-Assetic

Build Status

Installation

Create a composer.json in your projects root-directory::

{
    "require": {
        "mheap/Silex-Assetic": "dev-master@dev"
    }
}

and run::

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

More Information

Read the documentation files under /doc.

License

'Silex-Assetic' is licensed under the MIT license.