We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f247649 commit 25cfda2Copy full SHA for 25cfda2
composer.json
@@ -16,7 +16,7 @@
16
"psr/container": "^1.1 || ^2.0"
17
},
18
"require-dev": {
19
- "symfony/phpunit-bridge": "^5.4@dev"
+ "phpunit/phpunit": "^9.5"
20
21
"autoload": {
22
"psr-0": { "Pimple": "src/" }
phpunit.xml.dist
@@ -11,8 +11,4 @@
11
<directory>./src/Pimple/Tests</directory>
12
</testsuite>
13
</testsuites>
14
-
15
- <listeners>
- <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
- </listeners>
</phpunit>
0 commit comments