PHP 8 and Smarty 4 update

This commit is contained in:
DariusIII
2021-12-02 22:38:32 +01:00
parent 579063bf9e
commit df44b27e93
2 changed files with 122 additions and 184 deletions
+7 -3
View File
@@ -49,13 +49,17 @@
{
"type": "vcs",
"url": "https://github.com/DariusIII/TVMaze-PHP-API-Wrapper"
},
{
"type": "vcs",
"url": "https://github.com/DariusIII/Laravel.Smarty"
}
],
"minimum-stability": "dev",
"prefer-stable" : true,
"require": {
"php": ">=7.4.0",
"php": "^8.0",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
@@ -130,12 +134,12 @@
"php-ffmpeg/php-ffmpeg": "^0.18",
"php-http/guzzle7-adapter": "^0.1",
"php-http/message": "^1.6",
"pragmarx/google2fa-laravel": "^1.4",
"pragmarx/google2fa-laravel": "^v2.0.0",
"predis/predis": "^1.1",
"propaganistas/laravel-disposable-email": "^2.0",
"ramsey/uuid": "^4.0",
"rtconner/laravel-tagging": "^4.0",
"smarty/smarty": "^3.1",
"smarty/smarty": "^4.0",
"spatie/async": "^1.0",
"spatie/laravel-backup": "^6.9",
"spatie/laravel-directory-cleanup": "^1.2",