From a3feaa48c5d913b3141d248e64060dcab51096c0 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 30 Jan 2023 23:54:17 +0000 Subject: [PATCH] Bump dependencies for Laravel 10 --- composer.json | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 6b17225..6d3a266 100644 --- a/composer.json +++ b/composer.json @@ -1,25 +1,30 @@ { "name": "lord/laroute", "description": "Access Laravels URL/Route helper functions, from JavaScript.", - "keywords" : ["laravel", "routes", "routing", "javascript"], + "keywords": [ + "laravel", + "routes", + "routing", + "javascript" + ], "authors": [ { "name": "Aaron Lord", "email": "hello@aaronlord.is" } ], - "license" : "MIT", + "license": "MIT", "require": { - "php" : ">=5.4.0", - "illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0", - "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0", - "illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0", - "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0", - "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0" + "php": ">=5.4.0", + "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0" }, - "require-dev" : { - "phpunit/phpunit" : "~4.0", - "mockery/mockery" : "dev-master" + "require-dev": { + "phpunit/phpunit": "~4.0|^9.5.10", + "mockery/mockery": "dev-master" }, "autoload": { "psr-4": {