Julio Montoya f31bfcdbad Updating vendors 12 년 전
..
doc f31bfcdbad Updating vendors 12 년 전
example f31bfcdbad Updating vendors 12 년 전
src f31bfcdbad Updating vendors 12 년 전
tests f31bfcdbad Updating vendors 12 년 전
.gitignore f31bfcdbad Updating vendors 12 년 전
.travis.yml f31bfcdbad Updating vendors 12 년 전
MIT-LICENSE f31bfcdbad Updating vendors 12 년 전
README.md f31bfcdbad Updating vendors 12 년 전
composer.json f31bfcdbad Updating vendors 12 년 전
phpunit.xml.dist f31bfcdbad 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.