From 0bee28930bbe9ad349f4ae0cf82874e8a8de47da Mon Sep 17 00:00:00 2001 From: Thomas Wilhelm Date: Wed, 27 Feb 2019 13:03:17 +0100 Subject: [PATCH 1/2] compatibility with laravel 5.8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4c6bc81f84..be44683987 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=7.1", - "ibericode/vat": "^1.2", - "illuminate/contracts": "5.5.*|5.6.*|5.7.*", - "illuminate/support": "5.5.*|5.6.*|5.7.*" + "ibericode/vat": "^2.0", + "illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*" }, "require-dev": { "phpunit/phpunit": "^6.3|^7.0", From 3825224cf0cc98c7e45c7e13d8f876810310b994 Mon Sep 17 00:00:00 2001 From: Thomas Wilhelm Date: Wed, 27 Feb 2019 13:11:32 +0100 Subject: [PATCH 2/2] Update composer.json fixed compatibility issue --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be44683987..010bf049cd 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.1", - "ibericode/vat": "^2.0", + "ibericode/vat": "^1.2", "illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*", "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*" },