Skip to content

Commit f58fc91

Browse files
committed
chore: update version constraints
1 parent c32c295 commit f58fc91

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@
3131
"prefer-stable": true,
3232
"require": {
3333
"ext-json": "*",
34-
"leafs/anchor": "*"
34+
"leafs/anchor": "*",
35+
"leafs/fs": "^2.0"
3536
},
3637
"require-dev": {
3738
"pestphp/pest": "^1.22",
3839
"friendsofphp/php-cs-fixer": "^3.0",
39-
"leafs/alchemy": "^2.0"
40+
"leafs/alchemy": "^2.1"
4041
},
4142
"scripts": {
4243
"format": "vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php --allow-risky=yes",

0 commit comments

Comments
 (0)