From 98fb269ac31722abea7c63b3fad12e1299305269 Mon Sep 17 00:00:00 2001 From: Emanuel Mutschlechner Date: Tue, 7 Apr 2020 02:08:30 +0200 Subject: [PATCH] Remove Laravel 5.5 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 79a3121..1ad68c6 100644 --- a/composer.json +++ b/composer.json @@ -35,12 +35,12 @@ ], "type": "library", "require": { - "php": "^7.0.0|^7.2|^7.2.5", - "illuminate/support": "^5.5|^6.0|^7.0" + "php": "^7.2|^7.2.5", + "illuminate/support": "^6.0|^7.0" }, "require-dev": { - "mockery/mockery": "0.9.*|^1.0|^1.3.1", - "phpunit/phpunit": "~6.0|^8.0|^8.5" + "mockery/mockery": "^1.0|^1.3.1", + "phpunit/phpunit": "^8.0|^8.5" }, "autoload": { "psr-4": {