From a740c8e7a349b7c2098fd9cf9358b3f1d95128c8 Mon Sep 17 00:00:00 2001 From: Adriaan Wind Date: Tue, 8 Oct 2019 14:51:22 +0200 Subject: [PATCH] change packages --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7a8a483..63cc84c 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,10 @@ ], "require": { "filipegar/inky": "^1.3.7", - "illuminate/support": "~5.1", - "illuminate/view": "~5.1", + "illuminate/support": "~6.1", + "illuminate/view": "~6.1", "symfony/css-selector": "^2.7|^3.0|^4.0", "symfony/dom-crawler": "^2.7|^3.0|^4.0", - "tijsverkoyen/css-to-inline-styles": "^2.2", "pelago/emogrifier": "^2.0" }, "require-dev": {