-
- Downloads
Update upstream source from tag 'upstream/2.0.0'
Update to upstream version '2.0.0' with Debian dir ef6a6b96627e340bcfd64ef8a8fa211a4a057ea2
No related branches found
No related tags found
Showing
- CHANGELOG.md 18 additions, 0 deletionsCHANGELOG.md
- composer.json 3 additions, 3 deletionscomposer.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
- test/StreamFactoryTestCase.php 47 additions, 0 deletionstest/StreamFactoryTestCase.php
CHANGELOG.md
0 → 100644
... | @@ -12,13 +12,13 @@ | ... | @@ -12,13 +12,13 @@ |
"authors": [ | "authors": [ | ||
{ | { | ||
"name": "PHP-FIG", | "name": "PHP-FIG", | ||
"homepage": "http://www.php-fig.org/" | "homepage": "https://www.php-fig.org/" | ||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": "^7.1 || ^8.0", | "php": "^8.0", | ||
"psr/http-factory": "^1.0", | "psr/http-factory": "^1.0", | ||
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" | "phpunit/phpunit": "^10.0" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | ... |
Please register or sign in to comment