This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
quintolin/modules/storage/composer.json

34 lines
651 B
JSON

{
"name": "quintolin/storage",
"description": "Storage module for Quintolin PBBG",
"version": "0.0.1-dev",
"type": "library",
"keywords": [
"game",
"pbbg"
],
"homepage": "https://www.shintolin.com/",
"readme": "README.md",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Krzysztof Sikorski",
"homepage": "https://zerozero.pl/",
"role": "Developer"
}
],
"support": {
"chat": "https://discord.gg/ZKTSKne"
},
"require": {
"php": "^8.3",
"symfony/finder": "^7.0",
"psr/cache": "^3.0"
},
"autoload": {
"psr-4": {
"Quintolin\\Storage\\": "src/"
}
}
}