-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
40 lines (40 loc) · 1.14 KB
/
composer.json
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
36
37
38
39
40
{
"name": "concrete5-community/easy_image_slider",
"description": "Easy Slider is a touch enabled block that lets you create beautiful responsive carousel slider",
"type": "concrete5-package",
"keywords": [
"concrete5",
"package",
"addon",
"slider",
"touch",
"carousel"
],
"homepage": "https://github.com/concrete5-community/easy_image_slider",
"license": "MIT",
"authors": [
{
"name": "Jacqmin Sébastien",
"email": "seb@tellthem.be",
"role": "original author"
},
{
"name": "Michele Locati",
"email": "michele@locati.it",
"role": "maintainer",
"homepage": "https://mlocati.github.io"
}
],
"support": {
"issues": "https://github.com/concrete5-community/easy_image_slider/issues",
"source": "https://github.com/concrete5-community/easy_image_slider"
},
"require": {
"concrete5/core": "^5.7.5.2 || ^8 || ^9",
"php": ">=5.3.3"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}