This commit is contained in:
2026-01-07 14:56:30 +05:00
parent 680a9659e3
commit 3d4e1a9cd2
148 changed files with 5784 additions and 95 deletions

View File

@@ -33,7 +33,9 @@
"badfarm/zanzara": "^0.9.1",
"twig/twig": "^3.2",
"twig/extra-bundle": "^3.7",
"twig/intl-extra": "^3.10"
"twig/intl-extra": "^3.10",
"nyholm/psr7": "^1.8",
"react/filesystem": "^0.1.2"
},
"suggest": {
"mirzaev/files": "Easy working with files",
@@ -52,5 +54,11 @@
},
"scripts": {
"pre-update-cmd": "./install.sh"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"wyrihaximus/composer-update-bin-autoload-path": true
}
}
}