Skip to content

Commit 8be071b

Browse files
committed
chore: Use fixed version of Dynamite to prevent class duplication
1 parent 4af46e3 commit 8be071b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": ">= 8 | 8.1"
7+
"php": ">= 8 | 8.1",
8+
"dynamite/dynamite": ">=0.0.4"
89
},
910
"require-dev": {
1011

0 commit comments

Comments
 (0)