Files
Nutrio/backend/composer.lock

118 lines
3.6 KiB
JSON

{
"_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": "a71cf25cd9eac873c72969207706f3c8",
"packages": [
{
"name": "tpsoft/apilite",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://gitea.tpsoft.org/TPsoft.org/APIlite.git",
"reference": "d258bcc91948424711dd79fde57254e1384d0091"
},
"require": {
"php": ">=8.2"
},
"bin": [
"bin/apilite-files"
],
"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",
"javascript",
"json",
"php",
"rest",
"typescript"
],
"funding": [
{
"url": "https://www.anycoin.cz/donate/igormino",
"type": "other"
}
],
"time": "2026-02-13T08:54:08+00:00"
},
{
"name": "tpsoft/dbmodel",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://gitea.tpsoft.org/TPsoft.org/DBmodel.git",
"reference": "ff5663282f1efaa6c79d36760afca25ac25c16e6"
},
"require": {
"ext-pdo": "*",
"php": ">=8.2"
},
"bin": [
"bin/dbmodel-files"
],
"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",
"mysql",
"pdo",
"sqlite"
],
"funding": [
{
"url": "https://www.anycoin.cz/donate/igormino",
"type": "other"
}
],
"time": "2026-02-09T05:39:02+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"
}