From 85cc4af47b88b8266c1490824d6e9f17ee288d6b Mon Sep 17 00:00:00 2001 From: Jonathan Louw Date: Thu, 17 Sep 2020 09:01:24 +1000 Subject: [PATCH] update package versions --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ee3a4d8..0d947de 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,13 @@ "homepage": "https://github.com/codinglabsau/laravel-roles", "keywords": ["Laravel", "Roles"], "require": { - "php" : "^7.2.5", - "illuminate/support": "^5.8|^6.0|^7.0" + "php" : "^7.2", + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^8.0|^9.0", "mockery/mockery": "^1.1", - "orchestra/testbench": "~3|~4", + "orchestra/testbench": "^4.0|^5.0|^6.0", "sempro/phpunit-pretty-print": "^1.0" }, "autoload": {