From 928fc99632b4cb5d708757d530168ea0dcdfc930 Mon Sep 17 00:00:00 2001 From: Fabio Cagliero Date: Mon, 3 Aug 2020 11:20:17 +0200 Subject: [PATCH] Composer: upgrade dependencies Laravel: support for 7.x --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9d19755..55b86d9 100644 --- a/composer.json +++ b/composer.json @@ -12,12 +12,12 @@ ], "require": { "php": "^7.3", - "illuminate/support": "5.8.*|^6.0", - "torann/json-ld": "~0.0.18" + "illuminate/support": "5.8.*|^6.0|^7.0", + "torann/json-ld": "~0.0.19" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.15", - "phpunit/phpunit": "^8.3" + "friendsofphp/php-cs-fixer": "^2.16", + "phpunit/phpunit": "^8.5" }, "autoload": { "psr-4": {