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

This commit is contained in:
2024-09-15 23:30:24 +08:00
parent c86b1e8cbe
commit a7ea763b1b

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": {