From 3b651ec980efa6e6bcb5165fb1fb7a95b15f080d Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 17 Jan 2022 18:49:07 +0300 Subject: [PATCH] Added Laravel 9 support --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 23001f1..92740de 100644 --- a/composer.json +++ b/composer.json @@ -20,16 +20,16 @@ }, "require": { "php": "^7.3 || ^8.0", - "dragon-code/contracts": "^2.4", - "dragon-code/laravel-support": "^3.0", - "dragon-code/support": "^5.0", - "illuminate/routing": "^6.0 || ^7.0 || ^8.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0", + "dragon-code/contracts": "^2.6", + "dragon-code/laravel-support": "^3.2", + "dragon-code/support": "^5.6", + "illuminate/routing": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", "phpdocumentor/reflection-docblock": "^5.0" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench": "^4.0 || ^5.0 || ^6.0", + "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0", "phpunit/phpunit": "^8.0 || ^9.0" }, "conflict": {