From f69e0888de51fa43e09c7173c56d2864fbcaaed4 Mon Sep 17 00:00:00 2001 From: Patrick T Date: Fri, 14 Feb 2020 16:47:58 +0100 Subject: [PATCH] Compatibility with Laravel 6 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3e2c296..5cb45d0 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,9 @@ "license": "MIT", "type": "project", "require": { - "php": ">=7.1.3", - "laravel/framework": "5.8.*", - "lesstif/php-jira-rest-client": "^1.39" + "php": ">=7.2", + "laravel/framework": "^6.0", + "lesstif/php-jira-rest-client": "^1.44" }, "autoload": { "psr-4": {