From 82814ba5f7e064a3140f5e0212dacbf568042ed6 Mon Sep 17 00:00:00 2001 From: Ronan Giron Date: Thu, 13 Aug 2020 13:57:45 +0200 Subject: [PATCH] Update composer.json dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ae2a0ad..23d0c4b 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ } }, "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "league/commonmark": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^8.0|^9.0" + "phpunit/phpunit": "^8.0 || ^9.0" } } \ No newline at end of file