Update laravel/framework to 5.8.2, use forks of packages used untill they add support for laravel 5.

This commit is contained in:
DariusIII
2019-02-28 12:33:36 +01:00
parent 3121362ba2
commit b45c6ccbc1
4 changed files with 421 additions and 766 deletions
+1
View File
@@ -1,4 +1,5 @@
2019-02-28 DariusIII
* Chg: Update laravel/framework to 5.8.2, use forks of packages used untill they add support for laravel 5.8
* Chg: Update spatie/laravel-directory-cleanup (1.2.3 => 1.2.4)
* Chg: Update voku/simple_html_dom (4.2.1 => 4.3.1)
* Chg: Update all the regexes to work with php7.3
+1 -1
View File
@@ -7,7 +7,7 @@ require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'app/Extensions/util/PhpYenc.p
use Dotenv\Dotenv;
$dotenv = new Dotenv(dirname(__DIR__, 1));
$dotenv = Dotenv::create(dirname(__DIR__, 1));
$dotenv->load();
$app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap();
+24 -10
View File
@@ -56,6 +56,22 @@
{
"type": "vcs",
"url": "https://github.com/pear/Net_NNTP"
},
{
"type": "vcs",
"url": "https://github.com/DariusIII/laravel-database-trigger"
},
{
"type": "vcs",
"url": "https://github.com/DariusIII/html"
},
{
"type": "vcs",
"url": "https://github.com/DariusIII/laravel-user-verification"
},
{
"type": "vcs",
"url": "https://github.com/DariusIII/laravel"
}
],
"require": {
@@ -99,7 +115,6 @@
"doctrine/dbal": "^2.7",
"fideloper/proxy": "~4.0",
"foolz/sphinxql-query-builder": "^2.0",
"genealabs/laravel-caffeine": "^0.7.1",
"geoip2/geoip2": "^2.9",
"google/recaptcha": "~1.1",
"guzzlehttp/guzzle": "^6.3",
@@ -108,27 +123,26 @@
"intervention/imagecache": "^2.3",
"james-heinrich/getid3": "1.9.*",
"joshpinkney/tv-maze-php-api": "dev-master",
"jrean/laravel-user-verification": "^7.0",
"dariusiii/laravel-user-verification": "^8.0",
"kevinlebrun/colors.php": "^1.0",
"kylekatarnls/laravel-carbon-2": "^1.0.0",
"laravel/framework": "5.7.*",
"laravel/framework": "5.8.*",
"laravel/horizon": "^2.2",
"laravel/scout": "^6.0",
"laravel/telescope": "^1.0",
"laravel/telescope": "^2.0",
"laravel/tinker": "~1.0",
"laravelcollective/html": "^5.6",
"dariusiii/html": "^5.7",
"league/climate": "^3.4",
"mayconbordin/l5-fixtures": "dev-master",
"messerli90/igdb": "^1.0",
"mhor/php-mediainfo": "^4.1",
"monolog/monolog": "^1.22",
"nesbot/carbon": "2.12.0 as 1.35.0",
"ntimyeboah/laravel-database-trigger": "^1.0",
"nesbot/carbon": "^2.14",
"dariusiii/laravel-database-trigger": "dev-master",
"pear/net_nntp": "^1.5",
"php-ffmpeg/php-ffmpeg": "^0.13.0",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message": "^1.6",
"php-tmdb/laravel": "^1.1",
"dariusiii/laravel": "dev-master",
"pragmarx/firewall": "^2.2",
"predis/predis": "^1.1",
"propaganistas/laravel-disposable-email": "^2.0",
@@ -139,7 +153,7 @@
"spatie/laravel-fractal": "^5.3",
"spatie/laravel-permission": "^2.12",
"tunaabutbul/cloudflare-middleware": "^1.2",
"vlucas/phpdotenv": "^2.4",
"vlucas/phpdotenv": "^3.3",
"voku/simple_html_dom": "^4.2",
"wandersonwhcr/illuminate-romans": "^1.0",
"watson/rememberable": "^2.0",
Generated
+395 -755
View File
File diff suppressed because it is too large Load Diff