Add files via upload

This commit is contained in:
seb1k 2024-05-25 16:18:08 +02:00 committed by GitHub
parent ef37c75421
commit 6038daa363
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
composer.json Normal file
View file

@ -0,0 +1,13 @@
{
"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"
}
"autoload": {
"exclude-from-classmap": ["/img/"]
}
}