Merge pull request #48 from codemasher/php-8.1-cleanup
support PHPUnit 10, PHP 8.1+, cleanup
No related branches found
No related tags found
Showing
- composer.json 5 additions, 1 deletioncomposer.json
- test/RequestFactoryTest.php 11 additions, 10 deletionstest/RequestFactoryTest.php
- test/RequestFactoryTestCase.php 11 additions, 12 deletionstest/RequestFactoryTestCase.php
- test/ResponseFactoryTest.php 9 additions, 5 deletionstest/ResponseFactoryTest.php
- test/ResponseFactoryTestCase.php 8 additions, 9 deletionstest/ResponseFactoryTestCase.php
- test/ServerRequestFactoryTest.php 11 additions, 10 deletionstest/ServerRequestFactoryTest.php
- test/ServerRequestFactoryTestCase.php 20 additions, 22 deletionstest/ServerRequestFactoryTestCase.php
- test/StreamFactoryTest.php 9 additions, 5 deletionstest/StreamFactoryTest.php
- test/StreamFactoryTestCase.php 23 additions, 12 deletionstest/StreamFactoryTestCase.php
- test/StreamHelper.php 18 additions, 1 deletiontest/StreamHelper.php
- test/UploadedFileFactoryTest.php 11 additions, 10 deletionstest/UploadedFileFactoryTest.php
- test/UploadedFileFactoryTestCase.php 11 additions, 8 deletionstest/UploadedFileFactoryTestCase.php
- test/UriFactoryTest.php 9 additions, 5 deletionstest/UriFactoryTest.php
- test/UriFactoryTestCase.php 4 additions, 3 deletionstest/UriFactoryTestCase.php
... | ... | @@ -13,10 +13,14 @@ |
{ | ||
"name": "PHP-FIG", | ||
"homepage": "https://www.php-fig.org/" | ||
}, | ||
{ | ||
"name": "Contributors", | ||
"homepage": "https://github.com/http-interop/http-factory-tests/graphs/contributors" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"php": "^8.1", | ||
"psr/http-factory": "^1.0", | ||
"phpunit/phpunit": "^10.0" | ||
}, | ||
... | ... |
Please register or sign in to comment