Julio Montoya 711cb70076 Updating vendors 11 yıl önce
..
doc f319aaa06f Updating vendors 12 yıl önce
example f319aaa06f Updating vendors 12 yıl önce
src 711cb70076 Updating vendors 11 yıl önce
tests f319aaa06f Updating vendors 12 yıl önce
.gitignore 5f7d19f3e7 Updating vendors 11 yıl önce
.travis.yml f319aaa06f Updating vendors 12 yıl önce
MIT-LICENSE f319aaa06f Updating vendors 12 yıl önce
README.md 3cc6759a0a Updating vendors 11 yıl önce
composer.json 3cc6759a0a Updating vendors 11 yıl önce
phpunit.xml.dist f319aaa06f Updating vendors 12 yıl önce

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.