From 5a37bdce2a9f22985cee14b9391670ecb05d4477 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Mon, 11 Feb 2019 20:02:50 +0100 Subject: [PATCH] Release release candidate 2 (in coordation with other FuzeWorks projects) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dc16a50..14a0f5b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": ">=7.1.0", "tracy/tracy": "2.5.*", - "fuzeworks/core": "dev-development" + "fuzeworks/core": "1.2.0-RC2" }, "require-dev": { "phpunit/phpunit": "^7"