From d009f460c4995658e0cc62a8eecd3c012a55a888 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 3 Feb 2023 00:43:51 +0000 Subject: [PATCH] Bump dependencies for Laravel 10 --- composer.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7ee85fb..5d1d544 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,16 @@ { "name": "shanmuga/laravel-entrust", "description": "This package provides a flexible solution to add ACL to Laravel", - "keywords": ["acl", "authorization", "php", "laravel","entrust", "roles", "permissions", "laravel-entrust"], + "keywords": [ + "acl", + "authorization", + "php", + "laravel", + "entrust", + "roles", + "permissions", + "laravel-entrust" + ], "license": "MIT", "authors": [ { @@ -11,11 +20,11 @@ ], "minimum-stability": "dev", "require": { - "php": "^8.0", - "illuminate/support": "^9.0" + "php": "^8.1", + "illuminate/support": "^10.0" }, "require-dev": { - "phpunit/phpunit": "^9.5.4" + "phpunit/phpunit": "^9.5.10" }, "autoload": { "psr-4": {