From a69d07d93058ef6ec7e72d1c2f5d19ae1942169c Mon Sep 17 00:00:00 2001 From: Abdelouahab Djoudi Date: Fri, 6 Sep 2019 18:21:40 +0200 Subject: [PATCH] Add Laravel 6 Support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 33ca3d4..df59ceb 100644 --- a/composer.json +++ b/composer.json @@ -4,15 +4,15 @@ "keywords": ["pricing", "buyable", "laravel"], "type": "library", "require": { - "illuminate/support": "~5", - "php": ">=5.6" + "illuminate/support": "~5|~6.0", + "php": ">=7.2" }, "require-dev": { "codedungeon/phpunit-result-printer": "^0.6.0", "mockery/mockery": "^0.9.4", "orchestra/database": "~3.6.0", - "orchestra/testbench": "~3.6.0", - "phpunit/phpunit": "^7.0", + "orchestra/testbench": "~3.6.0|~4.0", + "phpunit/phpunit": "^7.0|^8.0", "sebastian/diff": "^3.0.0", "squizlabs/php_codesniffer": "^3.3" },