Skip to content

Commit

Permalink
🔧 Move dev packages back to require because they are needed for the a…
Browse files Browse the repository at this point in the history
…pp development, not only for the framework development
  • Loading branch information
neoground committed Sep 16, 2024
1 parent 429e33b commit 6a3f1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Vivid/C.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a3f1e7

Please sign in to comment.