Patch for Heroku

This commit is contained in:
Pablo Ferreiro 2022-02-06 01:03:53 +01:00
parent 8816f4a1a1
commit 84023905ff
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 4 additions and 2 deletions

View file

@ -19,6 +19,7 @@
], ],
"require": { "require": {
"ext-redis": "^5.3.2", "ext-redis": "^5.3.2",
"ext-mbstring": "*",
"ssovit/tiktok-api": "dev-rework", "ssovit/tiktok-api": "dev-rework",
"latte/latte": "^2.10", "latte/latte": "^2.10",
"vlucas/phpdotenv": "^5.4", "vlucas/phpdotenv": "^5.4",

5
composer.lock generated
View file

@ -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": "b5edb25fa0c50e39f24197b895670cc3", "content-hash": "aef85efe0a29f3778e75eff24c3e8b67",
"packages": [ "packages": [
{ {
"name": "bramus/router", "name": "bramus/router",
@ -765,7 +765,8 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"ext-redis": "^5.3.2" "ext-redis": "^5.3.2",
"ext-mbstring": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.2.0"