sinasalek / silex-assetic
Assetic extension for Silex
2.0.1
2016-03-10 01:41 UTC
Requires
- php: >=5.3.0
- kriswallsmith/assetic: ~1.0
- symfony/finder: ~3.0
Requires (Dev)
- phpunit/phpunit: ~3.7.10
- silex/silex: ~2.0@dev
- twig/twig: ~1.2
Suggests
- twig/twig: ~1.2
This package is auto-updated.
Last update: 2025-01-29 05:38:33 UTC
README
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.