From 7b9b47039be85fc921c54e667d09c0c72497b69e Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Fri, 1 Mar 2019 15:19:35 +0100 Subject: [PATCH] Remove incompatible versions composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5875edd..daac79e 100644 --- a/composer.json +++ b/composer.json @@ -14,14 +14,14 @@ } ], "require": { - "illuminate/support": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*", - "illuminate/session": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*", - "illuminate/events": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*" + "illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*", + "illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*", + "illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*" }, "require-dev": { "phpunit/phpunit": "~5.0||~6.0||~7.0||~8.0", "mockery/mockery": "^1.0", - "orchestra/testbench": "^3.1" + "orchestra/testbench": "^3.4" }, "autoload": { "psr-4": {