pridana implementacia backend s composerom a kniznicami TPsoft/APIlite a TPsoft/DBmodel
This commit is contained in:
108
backend/composer.lock
generated
Normal file
108
backend/composer.lock
generated
Normal file
@ -0,0 +1,108 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "61c996f7e342564a37ff61ac90fcdc7b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "tpsoft/apilite",
|
||||
"version": "v1.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.tpsoft.org/TPsoft.org/APIlite.git",
|
||||
"reference": "2d3f8bfdd46d0d304bac44057ff8444bfb2a4a17"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"TPsoft\\APIlite\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-3.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Igor Mino",
|
||||
"email": "mino@tpsoft.org",
|
||||
"homepage": "https://www.tpsoft.org",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A set of tools to simplify the work of creating backend APIs for your frontend projects.",
|
||||
"keywords": [
|
||||
"api",
|
||||
"json",
|
||||
"php",
|
||||
"rest",
|
||||
"typescript"
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://www.anycoin.cz/donate/igormino",
|
||||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2025-06-12T05:54:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "tpsoft/dbmodel",
|
||||
"version": "v1.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.tpsoft.org/TPsoft.org/DBmodel.git",
|
||||
"reference": "ae59ffaa97094854bcd1d863c6648a5b4dada671"
|
||||
},
|
||||
"require": {
|
||||
"ext-pdo": "*",
|
||||
"php": ">=8.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"TPsoft\\DBmodel\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-3.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Igor Mino",
|
||||
"email": "mino@tpsoft.org",
|
||||
"homepage": "https://www.tpsoft.org",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "This library extends the builtin PDO object by several useful features. ",
|
||||
"keywords": [
|
||||
"db",
|
||||
"model",
|
||||
"pdo"
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://www.anycoin.cz/donate/igormino",
|
||||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2025-06-15T17:07:42+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {},
|
||||
"platform-dev": {},
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user