Skip to content

Commit 64f7124

Browse files
committed
Issue #478: Require symfony/var-exporter to keep LazyGhost support
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 26a869c commit 64f7124

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
},
5050
"require": {
5151
"php": "~8.2.0 || ~8.3.0",
52-
"ext-json": "*",
5352
"ext-gd": "*",
53+
"ext-json": "*",
5454
"dotkernel/dot-annotated-services": "^4.1.7",
5555
"dotkernel/dot-cache": "^4.0",
5656
"dotkernel/dot-cli": "^3.5.0",
@@ -78,7 +78,8 @@
7878
"mezzio/mezzio-twigrenderer": "^2.15.0",
7979
"ramsey/uuid-doctrine": "^2.0.0",
8080
"roave/psr-container-doctrine": "^4.1.0",
81-
"symfony/filesystem": "^7.0.3"
81+
"symfony/filesystem": "^7.0.3",
82+
"symfony/var-exporter": "^6.4 || ^7.4"
8283
},
8384
"require-dev": {
8485
"laminas/laminas-coding-standard": "^2.5",

0 commit comments

Comments
 (0)