mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
PHP 8 and Smarty 4 update
This commit is contained in:
+7
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user