Skip to content

Commit 0725be7

Browse files
committed
📦 Require phpunit 9 because simple-phpunit is not compatible with phpunit 10 and matthiasnoback/symfony-config-test triggers installation of phpunit 10
From CI ``` PHP Fatal error: Declaration of PHPUnit\Framework\TestSuite::run(): void must be compatible with PHPUnit\Framework\Test::run(?PHPUnit\Framework\TestResult $result = null): PHPUnit\Framework\TestResult in /home/runner/work/HttplugBundle/HttplugBundle/vendor/phpunit/phpunit/src/Framework/TestSuite.php on line 338 Script vendor/bin/simple-phpunit handling the test event returned with error code 255 ```
1 parent 6548642 commit 0725be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"php-http/cache-plugin": "^1.7",
5858
"php-http/mock-client": "^1.2",
5959
"php-http/promise": "^1.0",
60+
"phpunit/phpunit": "^9",
6061
"symfony/browser-kit": "^6.4 || ^7.1",
6162
"symfony/cache": "^6.4 || ^7.1",
6263
"symfony/dom-crawler": "^6.4 || ^7.1",

0 commit comments

Comments
 (0)