Skip to content

Commit

Permalink
Merge pull request #12 from rebuy-de/support-sf6
Browse files Browse the repository at this point in the history
add support for sf/event-dispatcher@^6.0
  • Loading branch information
dfreudenberger authored Jul 11, 2022
2 parents 5f6446a + f87b35b commit f1c3427
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^7.2|^8.0",
"php-amqplib/php-amqplib": "^2.12.3|^3.0.0",
"doctrine/annotations": "^1.10",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"doctrine/collections": "^1.6"
},
"require-dev": {
Expand Down
9 changes: 4 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
<directory>./tests/Rebuy/</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<coverage>
<include>
<directory>./src/Rebuy/</directory>
</whitelist>
</filter>
</include>
</coverage>
</phpunit>

0 comments on commit f1c3427

Please sign in to comment.