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 09395cf commit dbb66f9Copy full SHA for dbb66f9
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.0.4",
+ "version": "v2.0.5",
6
"keywords": [
7
"leaf",
8
"php",
@@ -18,12 +18,12 @@
18
}
19
],
20
"require": {
21
+ "ext-json": "*",
22
"leafs/fs": "^1.0",
- "psy/psysh": "^0.9.9",
23
- "symfony/console": "^5.0",
24
- "symfony/process": "^5.0",
25
- "ext-json": "*"
26
- },
+ "psy/psysh": "^0.11.1",
+ "symfony/console": "^6.0",
+ "symfony/process": "^6.0"
+ },
27
"require-dev": {
28
"phpunit/phpunit": "^8.0"
29
},
0 commit comments