From 6a3f1e78f77e1daa0fc3861856c07e630ab77266 Mon Sep 17 00:00:00 2001 From: Sven Reifschneider <9088619+neoground@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:43:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Move=20dev=20packages=20back=20t?= =?UTF-8?q?o=20require=20because=20they=20are=20needed=20for=20the=20app?= =?UTF-8?q?=20development,=20not=20only=20for=20the=20framework=20developm?= =?UTF-8?q?ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 ++---- src/Vivid/C.php | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a7a034d..b047804 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Charm Framework", "homepage": "https://neoground.com/projects/charm", "license": "MIT", - "version": "v3.5.2", + "version": "v3.5.3", "authors": [ { "name": "Sven Reifschneider", @@ -30,9 +30,7 @@ "claviska/simpleimage": "^4.2", "illuminate/database": "^11.14", "guzzlehttp/guzzle": "^7.8", - "respect/validation": "^2.3" - }, - "require-dev": { + "respect/validation": "^2.3", "filp/whoops": "^2.15", "kint-php/kint": "^5.1", "maximebf/debugbar": "^1.22", diff --git a/src/Vivid/C.php b/src/Vivid/C.php index 0466d97..5aca814 100644 --- a/src/Vivid/C.php +++ b/src/Vivid/C.php @@ -60,7 +60,7 @@ class C { /** @var string the version of charm */ - public const VERSION = "3.5.2"; + public const VERSION = "3.5.3"; /** * Get a loaded module