From bdb17ef359a07de142087b238cf409dd47e924e5 Mon Sep 17 00:00:00 2001 From: Jon Robinson Date: Sat, 9 Oct 2021 17:10:19 -0400 Subject: [PATCH] php and illuminate to 8.0 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index de8ec2e..bf85aa2 100644 --- a/composer.json +++ b/composer.json @@ -8,16 +8,16 @@ ], "license": "MIT", "require": { - "php": "^7.1", - "illuminate/support": "^5.0|^6.0|^7.0", - "illuminate/container": "^5.0|^6.0|^7.0", + "php": "^7.1|^8.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0", + "illuminate/container": "^5.0|^6.0|^7.0|^8.0", "fzaninotto/faker": "^1.4", "stripe/stripe-php": "^7.27" }, "require-dev": { "mockery/mockery": "^1.0", "phpunit/phpunit": "^8.0", - "orchestra/testbench": "^4.0" + "orchestra/testbench": "^6.0" }, "autoload": { "psr-4": { @@ -47,4 +47,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}