forked from simple-icons/simple-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 703 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 703 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
{
"name": "simple-icons/simple-icons",
"description": "SVG icons for popular brands",
"homepage": "https://simpleicons.org/",
"keywords": [
"svg",
"icons"
],
"support": {
"issues": "https://github.com/simple-icons/simple-icons/issues",
"source": "https://github.com/simple-icons/simple-icons",
"docs": "https://github.com/simple-icons/simple-icons#php-usage-",
"chat": "https://discord.gg/vUXFa7t5xJ",
"forum": "https://github.com/simple-icons/simple-icons/discussions",
"security": "https://github.com/simple-icons/simple-icons/security/policy"
},
"license": "CC0-1.0",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/simple-icons"
}
]
}