From bc6a2793f720521f9597f3e4aa823b9db9e31983 Mon Sep 17 00:00:00 2001 From: Dzung Nguyen Date: Tue, 22 Mar 2022 14:17:57 +0700 Subject: [PATCH] Update to support Laravel 9 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 27c9f76..e524f4c 100644 --- a/composer.json +++ b/composer.json @@ -15,16 +15,16 @@ "prefer-stable": true, "authors": [ { - "name": "Andrei Badea", - "email": "zbiller@gmail.com", + "name": "Dzung Nguyen", + "email": "dungnh@gmail.com", "role": "Developer" } ], "require": { "php": "^7.4|^8.0", - "illuminate/contracts": "^8.0", - "illuminate/support": "^8.0", - "illuminate/database": "^8.0" + "illuminate/contracts": "^8.0 || ^9.0", + "illuminate/support": "^8.0 || ^9.0", + "illuminate/database": "^8.0 || ^9.0" }, "require-dev": { "phpunit/phpunit": "^9.3",