Heroku fixes

This commit is contained in:
Pablo Ferreiro 2022-01-02 01:09:56 +01:00
parent fd6a5b19fe
commit de4e726e1f
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 5 additions and 3 deletions

View file

@ -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
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": "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"
} }