-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 996 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "ite/js-bundle",
"type": "symfony-bundle",
"description": "Creates global JavaScript object and provide tools for making the bridge between Symfony 2 and JavaScript.",
"keywords": ["javascript", "jquery"],
"license": "MIT",
"authors": [
{
"name": "c1tru55",
"email": "mr.c1tru55@gmail.com"
},
{
"name": "sam0delkin",
"email": "t.samodelkin@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.3-dev"
},
"suggest": {
"ite/js-ajax-block": "Provides functional for rendering Twig blocks via AJAX.",
"ite/js-csrf-protection": "Provides CSRF protection for links and AJAX requests.",
"ite/js-notification": "Provide support of display notifications via Javascript",
"ite/js-notification-toastr": "ITEJSBundle extension to show notifications via toastr.js"
},
"autoload": {
"psr-0": {
"ITE\\JsBundle": ""
}
},
"target-dir": "ITE/JsBundle"
}