From ece339e476fcdae05ea8bf8a079ddc1dd8cd1b93 Mon Sep 17 00:00:00 2001 From: DigiLive Date: Wed, 21 Oct 2020 15:27:38 +0200 Subject: [PATCH] Bump php version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b84bbf..e81c656 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": "^7.2" + "php": "^7.3" }, "require-dev": { "phpunit/phpunit": "^9",