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/core/composer.json

32 lines
587 B
JSON

{
"name": "quintolin/core",
"description": "Core engine 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"
},
"autoload": {
"psr-4": {
"Quintolin\\Core\\": "src/"
}
}
}