Elastic2022/composer.json

17 lines
366 B
JSON
Raw Normal View History

2024-05-25 14:18:08 +00:00
{
"name": "seb1k/elastic2022",
"description": "Modern skin based on elastic",
"license": "CC-BY-SA-3.0",
"type": "roundcube-skin",
"homepage": "https://github.com/seb1k/Elastic2022",
"require": {
"roundcube/plugin-installer": ">=0.3.0"
2024-05-25 14:19:47 +00:00
},
2024-05-25 14:18:08 +00:00
"autoload": {
2024-05-25 14:51:11 +00:00
"psr-4": {
2024-05-25 14:52:15 +00:00
"": "./elastic2022/"
2024-05-25 14:51:11 +00:00
}
2024-05-25 14:39:00 +00:00
2024-05-25 14:18:08 +00:00
}
}