Skip to content

Commit 49ae3d9

Browse files
authored
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
1 parent 8289aa2 commit 49ae3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"require": {
2929
"php": "^7.3",
30-
"simple-bus/message-bus": "^3.0",
30+
"simple-bus/message-bus": "^3.0.3",
3131
"symfony/config": "^4.4 || ^5.0",
3232
"symfony/dependency-injection": "^4.4 || ^5.0",
3333
"symfony/http-kernel": "^4.4 || ^5.0",

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</php>
1717

1818
<testsuites>
19-
<testsuite>
19+
<testsuite name="Everything">
2020
<directory>./tests/</directory>
2121
</testsuite>
2222
</testsuites>

0 commit comments

Comments
 (0)