Skip to content

Commit 95afef3

Browse files
committed
chore: update alchemy
1 parent 0f377fd commit 95afef3

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
@@ -34,8 +34,7 @@
3434
"php": "^7.4|^8.0",
3535
"leafs/http": "*",
3636
"leafs/anchor": "*",
37-
"leafs/exception": "*",
38-
"leafs/alchemy": "dev-next"
37+
"leafs/exception": "*"
3938
},
4039
"scripts": {
4140
"format": "vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php --allow-risky=yes",
@@ -50,7 +49,8 @@
5049
}
5150
},
5251
"require-dev": {
52+
"friendsofphp/php-cs-fixer": "^3.64",
5353
"pestphp/pest": "*",
54-
"friendsofphp/php-cs-fixer": "*"
54+
"leafs/alchemy": "dev-next"
5555
}
5656
}

0 commit comments

Comments
 (0)