From fdf998c37b41a02446286fa62516dc028fd47fa7 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Sat, 21 Sep 2019 16:37:21 +0200 Subject: [PATCH] Release version 1.2.0 --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eac9c27..0e44c9f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=7.1.0", - "fuzeworks/core": "1.2.0-RC5" + "fuzeworks/core": "~1.2.0" }, "require-dev": { "phpunit/phpunit": "^7", @@ -25,5 +25,4 @@ "FuzeWorks\\": "src/FuzeWorks/" } } - } \ No newline at end of file