Skip to content

Commit d9fa5aa

Browse files
committed
chore: update alchemy
1 parent 2a37b86 commit d9fa5aa

3 files changed

Lines changed: 6 additions & 36 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ Thumbs.db
1818

1919
# phpstorm
2020
.idea/*
21+
22+
# Alchemy
23+
.alchemy

.php_cs.dist.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"leafs/db": "*",
3535
"leafs/redis": "*",
3636
"pestphp/pest": "*",
37-
"friendsofphp/php-cs-fixer": "^3.0"
37+
"friendsofphp/php-cs-fixer": "*",
38+
"leafs/alchemy": "v5.x-dev"
3839
},
3940
"scripts": {
4041
"format": "vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php --allow-risky=yes",
@@ -61,4 +62,4 @@
6162
"dev-v5.x": "5.0.x-dev"
6263
}
6364
}
64-
}
65+
}

0 commit comments

Comments
 (0)