Skip to content

Commit e00f1b3

Browse files
committed
chore: update to latest alchemy version
1 parent d159bcc commit e00f1b3

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
@@ -32,7 +32,8 @@
3232
"prefer-stable": true,
3333
"require-dev": {
3434
"leafs/alchemy": "^4.0",
35-
"friendsofphp/php-cs-fixer": "^3.14"
35+
"friendsofphp/php-cs-fixer": "^3.14",
36+
"pestphp/pest": "*"
3637
},
3738
"scripts": {
3839
"format": "vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php --allow-risky=yes",
@@ -46,4 +47,4 @@
4647
"pestphp/pest-plugin": true
4748
}
4849
}
49-
}
50+
}

0 commit comments

Comments
 (0)