We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ef29b commit 5ad1533Copy full SHA for 5ad1533
composer.json
@@ -2,7 +2,7 @@
2
"name": "leafs/cli",
3
"description": "A simple command line tool for installing and interacting with your leaf apps",
4
"homepage": "https://cli.leafphp.dev",
5
- "version": "v2.4.2",
+ "version": "v2.4.3",
6
"keywords": [
7
"leaf",
8
"php",
@@ -20,7 +20,7 @@
20
"require": {
21
"ext-json": "*",
22
"leafs/fs": "^1.0",
23
- "psy/psysh": "^0.11.1",
+ "psy/psysh": "*",
24
"symfony/console": "^5.0",
25
"symfony/process": "^5.0"
26
},
0 commit comments