File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments