From ae293d5ed2bc5dd7424c1a33e66df8be18253b51 Mon Sep 17 00:00:00 2001 From: Christian Albrecht Date: Sat, 23 Jan 2021 19:55:43 +0100 Subject: [PATCH] Release 2.4.0 Increase minimum required php version to 7.3 Enable on phpunit 9.0 Enable with php-file-iterator 3.0 --- box.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box.json b/box.json index a138a0d..0c99fa9 100644 --- a/box.json +++ b/box.json @@ -29,5 +29,5 @@ ], "git-commit": "git-commit", "git-version": "git-version", - "output": "phpcb-2.3.2.phar" + "output": "phpcb-2.4.0.phar" }