Skip to content

Commit 34d4795

Browse files
committed
fix(enqueue): Incompatibility with php 7.4
1 parent f3ac4d0 commit 34d4795

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"enqueue/enqueue": "Required to use the Enqueue driver (~0.9)",
6060
"symfony/var-dumper": "VarDumper could be used for displaying failed message (~5.4|~6.0|~7.0)"
6161
},
62+
"conflict": {
63+
"enqueue/dsn": "0.10.25"
64+
},
6265
"scripts": {
6366
"tests": "phpunit",
6467
"tests-with-coverage": "phpunit --coverage-clover coverage.xml",

0 commit comments

Comments
 (0)