2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-19 18:39:01 +00:00
iconify-collections-json/composer.json
Vjacheslav Trushkin 0fbed0be89 Fix bugs
2022-02-15 21:53:23 +02:00

13 lines
265 B
JSON

{
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "2.1.1",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
"psr-4": {
"Iconify\\IconsJSON\\": "lib"
}
}
}