1
0
generated from mirzaev/pot

my work is done

This commit is contained in:
2025-03-06 05:31:11 +07:00
parent 5518f88e24
commit 05a9a51a0d
158 changed files with 1821 additions and 1956 deletions

View File

@@ -4,7 +4,8 @@
"homepage": "https://git.mirzaev.sexy/mirzaev/parser_from_interneturok",
"type": "site",
"keywords": [
"minimal"
"minimal",
"baza"
],
"readme": "README.md",
"license": "WTFPL",
@@ -12,7 +13,7 @@
{
"name": "mirzaev",
"email": "mirzaev@gmail.com",
"homepage": "https://mirzaev.page",
"homepage": "https://mirzaev.sexy",
"role": "Programmer"
}
],
@@ -22,15 +23,18 @@
},
"require": {
"php": "^8.4",
"triagens/arangodb": "^3.8",
"mirzaev/minimal": "^3.4",
"mirzaev/arangodb": "^1.3",
"mirzaev/baza": "^3.3",
"twig/twig": "^3.10",
"twig/extra-bundle": "^3.7",
"twig/intl-extra": "^3.10"
},
"require-dev": {
"phpunit/phpunit": "~9.5"
"twig/intl-extra": "^3.10",
"badfarm/zanzara": "^0.9.1",
"nyholm/psr7": "^1.8",
"react/filesystem": "^0.1.2",
"guzzlehttp/guzzle": "^7.9",
"svoboda/time": "^1.0",
"avadim/fast-excel-writer": "^6.4",
"react/async": "^4.3"
},
"autoload": {
"psr-4": {
@@ -44,5 +48,11 @@
},
"scripts": {
"pre-update-cmd": "./install.sh"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"wyrihaximus/composer-update-bin-autoload-path": true
}
}
}