From 2da706455fba9738ec7b4d154ed5c46579b451d2 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Tue, 1 Mar 2022 10:39:14 +0100 Subject: [PATCH] Add support for Laravel 9 (#6) * Add support for Laravel 9 * Bump PHP version (^8.0.2) --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 27b9eca..4ac0d1b 100644 --- a/composer.json +++ b/composer.json @@ -9,14 +9,14 @@ } ], "require": { - "php": "^7.2|^8.0", - "illuminate/contracts": "^6.0|^7.0|^8.0", - "illuminate/database": "^6.0|^7.0|^8.0", - "illuminate/events": "^6.0|^7.0|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0" + "php": "^7.2|^8.0.2", + "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0", + "illuminate/events": "^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0" }, "require-dev": { - "orchestra/testbench": "3.8.*|4.*|5.*|6.*", + "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0", "phpunit/phpunit": "^7.0|^8.0|^9.0" }, "autoload": {