Skip to content

Commit 5ad1533

Browse files
committed
fix: update psy requirement
1 parent 93ef29b commit 5ad1533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leafs/cli",
33
"description": "A simple command line tool for installing and interacting with your leaf apps",
44
"homepage": "https://cli.leafphp.dev",
5-
"version": "v2.4.2",
5+
"version": "v2.4.3",
66
"keywords": [
77
"leaf",
88
"php",
@@ -20,7 +20,7 @@
2020
"require": {
2121
"ext-json": "*",
2222
"leafs/fs": "^1.0",
23-
"psy/psysh": "^0.11.1",
23+
"psy/psysh": "*",
2424
"symfony/console": "^5.0",
2525
"symfony/process": "^5.0"
2626
},

0 commit comments

Comments
 (0)