Skip to content

Commit a83d13e

Browse files
committed
fix: patch up dependency versions
1 parent b87503a commit a83d13e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 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": "v4.1.1",
5+
"version": "v4.1.2",
66
"keywords": [
77
"leaf",
88
"php",
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"ext-json": "*",
25-
"leafs/fs": "^2.0",
25+
"leafs/fs": "^4.1",
2626
"leafs/sprout": "^0.4.0",
2727
"psy/psysh": "*"
2828
},
@@ -44,7 +44,7 @@
4444
"prefer-stable": true,
4545
"require-dev": {
4646
"friendsofphp/php-cs-fixer": "^3.66",
47-
"leafs/alchemy": "^2.0"
47+
"leafs/alchemy": "^4.0"
4848
},
4949
"scripts": {
5050
"alchemy": "./vendor/bin/alchemy setup",

0 commit comments

Comments
 (0)