mirror of
https://github.com/anthonyaxenov/iptv.git
synced 2024-11-01 01:26:00 +00:00
Скорректирован composer.json
This commit is contained in:
parent
c86b1e8cbe
commit
a7ea763b1b
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user