update composer and npm

This commit is contained in:
2026-07-07 21:09:13 +02:00
parent afc5229f5b
commit 22d3443c76
2 changed files with 269 additions and 256 deletions

21
backend/composer.lock generated
View File

@ -8,15 +8,18 @@
"packages": [
{
"name": "tpsoft/apilite",
"version": "v1.0.3",
"version": "v1.2.9",
"source": {
"type": "git",
"url": "https://gitea.tpsoft.org/TPsoft.org/APIlite.git",
"reference": "c0fd7b3fe5270ee44a84a92e9255ada2438812b7"
"reference": "afe05cfd872e213a6781eccadbdfaa811807cd49"
},
"require": {
"php": ">=8.2"
},
"bin": [
"bin/apilite-files"
],
"type": "library",
"autoload": {
"psr-4": {
@ -38,6 +41,7 @@
"description": "A set of tools to simplify the work of creating backend APIs for your frontend projects.",
"keywords": [
"api",
"javascript",
"json",
"php",
"rest",
@ -49,20 +53,23 @@
"type": "other"
}
],
"time": "2025-10-13T21:36:34+00:00"
"time": "2026-06-30T20:31:36+00:00"
},
{
"name": "tpsoft/dbmodel",
"version": "v1.0.5",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://gitea.tpsoft.org/TPsoft.org/DBmodel.git",
"reference": "80e889946bc4e38e987f46a13f95ee177ea934dc"
"reference": "ff5663282f1efaa6c79d36760afca25ac25c16e6"
},
"require": {
"ext-pdo": "*",
"php": ">=8.2"
},
"bin": [
"bin/dbmodel-files"
],
"type": "library",
"autoload": {
"psr-4": {
@ -95,7 +102,7 @@
"type": "other"
}
],
"time": "2025-10-13T21:26:19+00:00"
"time": "2026-02-09T05:39:02+00:00"
}
],
"packages-dev": [],
@ -106,5 +113,5 @@
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.9.0"
}