lavoiesl / jquery-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony jQuery Bundle
Package info
github.com/lavoiesl/jQueryBundle
Language:JavaScript
Type:symfony-bundle
pkg:composer/lavoiesl/jquery-bundle
v1.7.2
2012-04-14 14:27 UTC
Requires
- php: >=5.3.2
- symfony/framework-bundle: 2.*
This package is not auto-updated.
Last update: 2022-07-18 08:52:11 UTC
README
Current Version
jQuery 1.7.2 jQuery UI 1.8.21
Installation
Add bundle in your composer.json
{
"require": {
"lavoiesl/jquery-bundle": "*"
}
}
Add bundle to your application kernel
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new LavoieSl\jQueryBundle\LavoieSljQueryBundle(),
// ...
);
}
Licenses
Refer to the source code of the included files for license information