0
0
mirror of https://github.com/anthonyaxenov/iptv.git synced 2024-11-01 01:26:00 +00:00

Скорректирован composer.json

This commit is contained in:
Anthony Axenov 2024-09-15 23:30:24 +08:00
parent c86b1e8cbe
commit a7ea763b1b
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

View File

@ -2,9 +2,9 @@
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"ext-json": "*", "ext-json": "*",
"illuminate/collections": "^11.0", "illuminate/collections": "^11.23",
"mikecao/flight": "^3.0", "mikecao/flight": "^3.12",
"symfony/dotenv": "^7.0", "symfony/dotenv": "^7.1",
"twig/twig": "^3.14" "twig/twig": "^3.14"
}, },
"autoload": { "autoload": {
@ -16,9 +16,9 @@
] ]
}, },
"scripts": { "scripts": {
"clear-views": "docker exec -ti iptv-php rm -rf cache/views", "clear-views": "rm -rf cache/views",
"post-install-cmd": [ "post-install-cmd": [
"clear-views" "@clear-views"
] ]
}, },
"config": { "config": {