From cb89b0123db177961abeae4b26aa81af3b9049dd Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Tue, 8 Sep 2020 02:52:10 +0000 Subject: [PATCH] Bump dependencies for Laravel 8 --- composer.json | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 8b4c063..618c686 100644 --- a/composer.json +++ b/composer.json @@ -1,26 +1,33 @@ { "name": "teamtnt/laravel-scout-tntsearch-driver", "description": "Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch", - "keywords": ["tntsearch", "search", "scout", "laravel"], + "keywords": [ + "tntsearch", + "search", + "scout", + "laravel" + ], "license": "MIT", - "authors": [{ - "name": "TNT Studio", - "email": "info@tntstudio.hr" - }], + "authors": [ + { + "name": "TNT Studio", + "email": "info@tntstudio.hr" + } + ], "require": { "php": ">=7.1", "teamtnt/tntsearch": "2.*", - "laravel/scout": "7.*|^8.0", - "illuminate/bus": "~5.4|^6.0|^7.0", - "illuminate/contracts": "~5.4|^6.0|^7.0", - "illuminate/database": "~5.4|^6.0|^7.0", - "illuminate/pagination": "~5.4|^6.0|^7.0", - "illuminate/queue": "~5.4|^6.0|^7.0", - "illuminate/support": "~5.4|^6.0|^7.0" + "laravel/scout": "7.*|^8.0|^8.3", + "illuminate/bus": "~5.4|^6.0|^7.0|^8.0", + "illuminate/contracts": "~5.4|^6.0|^7.0|^8.0", + "illuminate/database": "~5.4|^6.0|^7.0|^8.0", + "illuminate/pagination": "~5.4|^6.0|^7.0|^8.0", + "illuminate/queue": "~5.4|^6.0|^7.0|^8.0", + "illuminate/support": "~5.4|^6.0|^7.0|^8.0" }, "require-dev": { - "mockery/mockery": "~0.9", - "phpunit/phpunit": "~5.0" + "mockery/mockery": "~0.9|^1.3.1", + "phpunit/phpunit": "~5.0|^9.3" }, "autoload": { "psr-4": {