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 +}