Skip to content

Commit

Permalink
chore: update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Nov 8, 2024
1 parent c32c295 commit f58fc91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@
"prefer-stable": true,
"require": {
"ext-json": "*",
"leafs/anchor": "*"
"leafs/anchor": "*",
"leafs/fs": "^2.0"
},
"require-dev": {
"pestphp/pest": "^1.22",
"friendsofphp/php-cs-fixer": "^3.0",
"leafs/alchemy": "^2.0"
"leafs/alchemy": "^2.1"
},
"scripts": {
"format": "vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php --allow-risky=yes",
Expand Down

0 comments on commit f58fc91

Please sign in to comment.