Skip to content

Commit dbb66f9

Browse files
committed
⬆️ upgraded dependencies
1 parent 09395cf commit dbb66f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 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.0.4",
5+
"version": "v2.0.5",
66
"keywords": [
77
"leaf",
88
"php",
@@ -18,12 +18,12 @@
1818
}
1919
],
2020
"require": {
21+
"ext-json": "*",
2122
"leafs/fs": "^1.0",
22-
"psy/psysh": "^0.9.9",
23-
"symfony/console": "^5.0",
24-
"symfony/process": "^5.0",
25-
"ext-json": "*"
26-
},
23+
"psy/psysh": "^0.11.1",
24+
"symfony/console": "^6.0",
25+
"symfony/process": "^6.0"
26+
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^8.0"
2929
},

0 commit comments

Comments
 (0)