Skip to content

Commit c9ca054

Browse files
authored
3.0.1: minor dependency bump (#309)
This release bumps 3.0.1 in order to resolve dependency chain problems with nexmo-laravel specifically with psr/container
1 parent 7d66b85 commit c9ca054

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 3.0.1
2+
3+
### Changed
4+
5+
* Allow composer to choose psr/container 1 or 2 for downstream dependencies
6+
* Update changelog
7+
* Update contributors list
8+
9+
# 3.0.0
10+
11+
### Fixed
12+
* `getCountryPrefix()` string return type
13+
14+
### Changed
15+
16+
* Major removals of deprecations, most notable `ArrayAccess`
17+
* PSR Logger support for 2.0
18+
119
# 2.10.0
220

321
### Fixed

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ work that they do.
4747
* [Sascha Greuel](https://github.com/SoftCreatR)
4848
* [Mou Ikkai](https://github.com/Mou-Ikkai)
4949
* [Jesse O'Brien](https://github.com/JesseObrien)
50-
50+
* [Fabien Salathe](https://github.com/BafS)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"laminas/laminas-diactoros": "^2.4",
1919
"lcobucci/jwt": "^3.4|^4.0",
2020
"composer/package-versions-deprecated": "^1.11",
21-
"psr/container": "^2.0",
21+
"psr/container": "^1.0 | ^2.0",
2222
"psr/http-client-implementation": "^1.0",
2323
"vonage/nexmo-bridge": "^0.1.0",
2424
"psr/log": "^1.1|^2.0"

0 commit comments

Comments
 (0)