From 41a97a43b10068fd6d2c35d811fce87dbb7a3cfa Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 1 Feb 2023 23:44:09 +0000 Subject: [PATCH] Bump dependencies for Laravel 10 --- composer.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index e15fcfa..ab858c7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,12 @@ { "name": "gallib/laravel-short-url", "description": "A Laravel package to shorten urls", - "keywords": ["laravel", "package", "url", "shortener"], + "keywords": [ + "laravel", + "package", + "url", + "shortener" + ], "license": "MIT", "authors": [ { @@ -10,18 +15,18 @@ } ], "require": { - "php" : "^8.0", - "illuminate/auth": "^9.0", - "illuminate/contracts": "^9.0", - "illuminate/database": "^9.0", - "illuminate/routing": "^9.0", - "illuminate/support": "^9.0", + "php": "^8.1", + "illuminate/auth": "^10.0", + "illuminate/contracts": "^10.0", + "illuminate/database": "^10.0", + "illuminate/routing": "^10.0", + "illuminate/support": "^10.0", "guzzlehttp/guzzle": "^7.4", "symfony/dom-crawler": "^6.0" }, "require-dev": { - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.5", + "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^9.5.10", "mockery/mockery": "^1.5" }, "autoload": {