Skip to content

Commit 2fe0edc

Browse files
author
Mathieu Lemoine
committed
Reduced dependency to voryx/Thruway
1 parent 94c673b commit 2fe0edc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
"symfony/config": "^3.4|^4|^5"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~5.5",
16+
"phpunit/phpunit": "~7.5",
1717
"enqueue/test": "0.9.x-dev",
1818
"enqueue/amqp-ext": "0.9.x-dev",
1919
"enqueue/fs": "0.9.x-dev",
20-
"enqueue/null": "0.9.x-dev"
20+
"enqueue/null": "0.9.x-dev",
21+
"symfony/yaml": "^3.4|^4|^5"
2122
},
2223
"support": {
2324
"email": "[email protected]",

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
bootstrap="./vendor/autoload.php"
1312
>
1413

0 commit comments

Comments
 (0)