From 49ae3d9730ed97f935303baea13172d7de019f77 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Mon, 23 Dec 2019 10:34:13 +0100 Subject: [PATCH] Small fixes (#81) * PHPUnit > Add `name` attribute to `testsuite` element * Bump minimum `jms/serializer` version * Bump minimum `simple-bus/message-bus` version * Fix wrong version constraint --- composer.json | 2 +- phpunit.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4628b61..8005a7c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^7.3", - "simple-bus/message-bus": "^3.0", + "simple-bus/message-bus": "^3.0.3", "symfony/config": "^4.4 || ^5.0", "symfony/dependency-injection": "^4.4 || ^5.0", "symfony/http-kernel": "^4.4 || ^5.0", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3209d8c..3eb75a3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -16,7 +16,7 @@ - + ./tests/