-
- Downloads
Merge pull request #47 from codemasher/add-phpunit-10
Support PHPUnit 10
No related branches found
No related tags found
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- test/RequestFactoryTestCase.php 1 addition, 1 deletiontest/RequestFactoryTestCase.php
- test/ResponseFactoryTestCase.php 1 addition, 1 deletiontest/ResponseFactoryTestCase.php
- test/ServerRequestFactoryTestCase.php 3 additions, 3 deletionstest/ServerRequestFactoryTestCase.php
| ... | ... | @@ -18,7 +18,7 @@ |
| "require": { | ||
| "php": "^7.1 || ^8.0", | ||
| "psr/http-factory": "^1.0", | ||
| "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" | ||
| "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| ... | ... |
Please register or sign in to comment