Skip to content

Commit b183a55

Browse files
committed
chore: add fs to require list
1 parent 6402600 commit b183a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"prefer-stable": true,
3333
"require": {
3434
"php": "^7.4|^8.0",
35-
"symfony/process": "*"
35+
"symfony/process": "*",
36+
"leafs/fs": "*"
3637
},
3738
"scripts": {
3839
"test": "./vendor/bin/alchemy setup --test",

0 commit comments

Comments
 (0)