Julio Montoya 711cb70076 Updating vendors hace 11 años
..
doc f319aaa06f Updating vendors hace 12 años
example f319aaa06f Updating vendors hace 12 años
src 711cb70076 Updating vendors hace 11 años
tests f319aaa06f Updating vendors hace 12 años
.gitignore 5f7d19f3e7 Updating vendors hace 11 años
.travis.yml f319aaa06f Updating vendors hace 12 años
MIT-LICENSE f319aaa06f Updating vendors hace 12 años
README.md 3cc6759a0a Updating vendors hace 11 años
composer.json 3cc6759a0a Updating vendors hace 11 años
phpunit.xml.dist f319aaa06f Updating vendors hace 12 años

README.md

Silex-Assetic

Build Status

Installation

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

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

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.