-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 739 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 739 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
35
{
"name": "silviomessi/sliderbundle",
"type": "symfony-bundle",
"description": "Symfony Slider Bundle",
"keywords": [
"symfony2",
"symfony3",
"slider",
"noUiSlider"
],
"homepage": "https://github.com/SilvioMessi/SliderBundle",
"license": "MIT",
"authors": [
{
"name": "Silvio Messi"
}
],
"support": {
"issues": "https://github.com/SilvioMessi/SliderBundle/issues"
},
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.6|~3.0",
"symfony/options-resolver": "~2.6|~3.0",
"symfony/assetic-bundle": "v2.8.0"
},
"suggest": {
},
"autoload": {
"psr-0": {
"SilvioMessi\\SliderBundle": ""
}
},
"target-dir": "SilvioMessi/SliderBundle"
}