zeroframework / zeroframework-assetic
Assetic extension for zeroframework
1.0.2
2013-08-29 11:11 UTC
Requires
- php: >=5.3.0
- kriswallsmith/assetic: ~1.0
- symfony/finder: ~2.1
Requires (Dev)
- phpunit/phpunit: ~3.7.10
- silex/silex: ~1.0@dev
- twig/twig: ~1.2
Suggests
- twig/twig: ~1.2
This package is not auto-updated.
Last update: 2024-11-05 06:37:32 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.