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 b87503a commit a83d13eCopy full SHA for a83d13e
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": "v4.1.1",
+ "version": "v4.1.2",
6
"keywords": [
7
"leaf",
8
"php",
@@ -22,7 +22,7 @@
22
],
23
"require": {
24
"ext-json": "*",
25
- "leafs/fs": "^2.0",
+ "leafs/fs": "^4.1",
26
"leafs/sprout": "^0.4.0",
27
"psy/psysh": "*"
28
},
@@ -44,7 +44,7 @@
44
"prefer-stable": true,
45
"require-dev": {
46
"friendsofphp/php-cs-fixer": "^3.66",
47
- "leafs/alchemy": "^2.0"
+ "leafs/alchemy": "^4.0"
48
49
"scripts": {
50
"alchemy": "./vendor/bin/alchemy setup",
0 commit comments