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": {