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 40a156d commit 04bcc89Copy full SHA for 04bcc89
composer.json
@@ -2,6 +2,7 @@
2
"name": "leafs/cli",
3
"description": "A simple command line tool for installing and interacting with your leaf apps",
4
"homepage": "https://leafphp.netlify.com/#/",
5
+ "version": "v2.0.1",
6
"keywords": [
7
"leaf",
8
"php",
@@ -18,6 +19,7 @@
18
19
],
20
"require": {
21
"php": "^7.2",
22
+ "leafs/fetch": "dev-main",
23
"leafs/fs": "^1.0",
24
"psy/psysh": "^0.9.9",
25
"symfony/console": "^5.0",
0 commit comments