-
- Downloads
New upstream version 1.1.0
No related branches found
No related tags found
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- CONTRIBUTING 1 addition, 0 deletionsCONTRIBUTING
- LICENSE 1 addition, 1 deletionLICENSE
- README.md 8 additions, 2 deletionsREADME.md
- composer.json 2 additions, 2 deletionscomposer.json
- puli.json 1 addition, 0 deletionspuli.json
- src/MessageFactory.php 2 additions, 0 deletionssrc/MessageFactory.php
- src/RequestFactory.php 2 additions, 0 deletionssrc/RequestFactory.php
- src/ResponseFactory.php 2 additions, 0 deletionssrc/ResponseFactory.php
- src/StreamFactory.php 4 additions, 2 deletionssrc/StreamFactory.php
- src/UriFactory.php 3 additions, 1 deletionsrc/UriFactory.php
CONTRIBUTING
0 → 100644
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.4", | "php": ">=5.4", | ||
"psr/http-message": "^1.0" | "psr/http-message": "^1.0 || ^2.0" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
}, | }, | ||
"extra": { | "extra": { | ||
"branch-alias": { | "branch-alias": { | ||
"dev-master": "1.0-dev" | "dev-master": "1.x-dev" | ||
} | } | ||
} | } | ||
} | } |
Please register or sign in to comment