Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebln committed Jun 7, 2024
1 parent ee7500a commit 101e1e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ Intended to follow [«Keep a Changelog»](https://keepachangelog.com/en/)
- Refactor `BodyStreamHook::addBodyFromResponse` using WeakMap for a PHP >=8.0 (or with [polyfill](https://github.com/BenMorel/weakmap-polyfill))
- Allow configurable StreamFactory instead of hardcoded used
- or try `php-http/discovery`
- Change namespace from brnc to ebln, with version ^2

----

## [1.6.1] - 2024-06-07

### Changed
- Changed package name to `ebln/psr7-symfony1-adapter`

## [1.6.0] - 2024-06-07

### Changed
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "brnc/psr7-symfony1-adapter",
"name": "ebln/psr7-symfony1-adapter",
"description": "Partial PSR-7 Adapters for Symfony 1.5",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -64,6 +64,9 @@
"ergebnis/composer-normalize": true
}
},
"replace": {
"brnc/psr7-symfony1-adapter":"1.6.0"
},
"scripts": {
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html coverage --coverage-text --colors=auto && chown -R 1000:1000 coverage",
"quality": [
Expand Down

0 comments on commit 101e1e0

Please sign in to comment.