Add core library to website’s dependencies

This commit is contained in:
Krzysztof Sikorski 2023-12-28 04:48:15 +01:00
parent 36c8fc585b
commit 82d9434dda
Signed by: krzysztof-sikorski
GPG key ID: 4EB564BD08FE8476
2 changed files with 42 additions and 1 deletions

View file

@ -24,6 +24,7 @@
"php": "^8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"quintolin/core": "^0.0.1",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/flex": "^2",

42
website/composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b4ab4525a48437fe29b0b55fbf41e688",
"content-hash": "534d6efa110af22a5d14754cb625a070",
"packages": [
{
"name": "psr/cache",
@ -208,6 +208,46 @@
},
"time": "2021-07-14T16:46:02+00:00"
},
{
"name": "quintolin/core",
"version": "0.0.1",
"dist": {
"type": "path",
"url": "../core",
"reference": "71ff64c8723e825a1437cadc00f1229e262a1490"
},
"require": {
"php": "^8.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Quintolin\\Core\\": "src/"
}
},
"license": [
"AGPL-3.0-or-later"
],
"authors": [
{
"name": "Krzysztof Sikorski",
"homepage": "https://zerozero.pl/",
"role": "Developer"
}
],
"description": "Core engine for Quintolin PBBG",
"homepage": "https://www.shintolin.com/",
"keywords": [
"game",
"pbbg"
],
"support": {
"chat": "https://discord.gg/ZKTSKne"
},
"transport-options": {
"relative": true
}
},
{
"name": "symfony/cache",
"version": "v7.0.0",