Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/mheap/silex-assetic
Julio Montoya f319aaa06f Updating vendors 12 years ago
..
doc Updating vendors 12 years ago
example Updating vendors 12 years ago
src/SilexAssetic Updating vendors 12 years ago
tests Updating vendors 12 years ago
.travis.yml Updating vendors 12 years ago
MIT-LICENSE Updating vendors 12 years ago
README.md Updating vendors 12 years ago
composer.json Updating vendors 12 years ago
phpunit.xml.dist Updating vendors 12 years ago

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.