-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
executable file
·36 lines (36 loc) · 936 Bytes
/
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
{
"name": "chkilel/icones-plugin",
"description": "Access thousands of icons including popular icon sets, icon fonts and several Emoji sets from a backed Form Widget",
"type": "october-plugin",
"homepage": "https://github.com/chkilel/icones-plugin",
"keywords": [
"octobercms",
"icones",
"svg",
"icon",
"iconify"
],
"license": "MIT",
"authors": [
{
"name": "Adil Chehabi",
"email": "[email protected]",
"role": "Creator",
"homepage": "https://chehabi.me"
}
],
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"iconify/json": "^2.1.41",
"iconify/json-tools": "^1.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}