Skip to content

Commit

Permalink
Small fixes (#81)
Browse files Browse the repository at this point in the history
* PHPUnit > Add `name` attribute to `testsuite` element

* Bump minimum `jms/serializer` version

* Bump minimum `simple-bus/message-bus` version

* Fix wrong version constraint
  • Loading branch information
ruudk authored Dec 23, 2019
1 parent 8289aa2 commit 49ae3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</php>

<testsuites>
<testsuite>
<testsuite name="Everything">
<directory>./tests/</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 49ae3d9

Please sign in to comment.