Skip to content

Commit

Permalink
chore: update alchemy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Nov 6, 2024
1 parent 95e4636 commit 33400b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"leafs/db": "*",
"leafs/form": "*",
"leafs/http": "*",
"leafs/alchemy": "dev-next",
"firebase/php-jwt": "^6.10"
},
"config": {
Expand All @@ -48,7 +47,8 @@
},
"require-dev": {
"pestphp/pest": "^1.0 | ^2.0",
"friendsofphp/php-cs-fixer": "^3.64"
"friendsofphp/php-cs-fixer": "^3.64",
"leafs/alchemy": "^2.0"
},
"scripts": {
"test": "./vendor/bin/alchemy setup --test",
Expand Down

0 comments on commit 33400b8

Please sign in to comment.