PHP 8.4 + MINIMAL 3.2.0 + many improvements

This commit is contained in:
2024-12-15 00:20:44 +03:00
parent 7f7cdced69
commit 0843fd83a5
26 changed files with 931 additions and 416 deletions

View File

@@ -3,7 +3,9 @@
"description": "${REPO_DESCRIPTION}",
"homepage": "https://git.mirzaev.sexy${REPO_LINK}",
"type": "site",
"keywords": [],
"keywords": [
"minimal"
],
"readme": "README.md",
"license": "WTFPL",
"authors": [
@@ -15,17 +17,17 @@
}
],
"support": {
"docs": "https://git.mirzaev.sexy${REPO_LINK}/manual",
"wiki": "https://git.mirzaev.sexy${REPO_LINK}/wiki",
"issues": "https://git.mirzaev.sexy${REPO_LINK}/issues"
},
"require": {
"php": "~8.3",
"ext-sodium": "~8.3",
"mirzaev/minimal": "^2.2.0",
"mirzaev/accounts": "~1.2.x-dev",
"mirzaev/arangodb": "^1.0.0",
"triagens/arangodb": "~3.9.x-dev",
"twig/twig": "^3.4"
"php": "^8.4",
"triagens/arangodb": "^3.8",
"mirzaev/minimal": "^3.2.0",
"mirzaev/arangodb": "^1.3",
"twig/twig": "^3.10",
"twig/extra-bundle": "^3.7",
"twig/intl-extra": "^3.10"
},
"require-dev": {
"phpunit/phpunit": "~9.5"