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 8ff9c11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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 @@ -33,6 +33,9 @@
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.13"
},
"replace": {
"brnc/psr7-symfony1-adapter": "1.6.0"
},
"autoload": {
"psr-4": {
"brnc\\Symfony1\\Message\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ff9c11

Please sign in to comment.