Heroku fixes
This commit is contained in:
parent
fd6a5b19fe
commit
de4e726e1f
|
@ -5,6 +5,6 @@
|
||||||
"leafs/blade": "^1.2",
|
"leafs/blade": "^1.2",
|
||||||
"ssovit/tiktok-api": "^2.0",
|
"ssovit/tiktok-api": "^2.0",
|
||||||
"vlucas/phpdotenv": "^5.4",
|
"vlucas/phpdotenv": "^5.4",
|
||||||
"php": "^8.0.14"
|
"php": "^8.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
6
composer.lock
generated
6
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "ff0f02e9086dc9b0d4490180ab8c165f",
|
"content-hash": "24a1a42f9512ff089db3e367de67ade4",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "doctrine/inflector",
|
"name": "doctrine/inflector",
|
||||||
|
@ -2015,7 +2015,9 @@
|
||||||
},
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": {
|
||||||
|
"php": "^8.0.0"
|
||||||
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.2.0"
|
"plugin-api-version": "2.2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue