You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,33 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## 1.0.1
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## [1.2.0] - 2024-12-05
8
+
9
+
### Changed
10
+
11
+
- Bump minimum supported PHP version to 8.2.
12
+
13
+
## [1.1.1] - 2024-03-04
14
+
15
+
### Changed
16
+
17
+
- Bump minimum supported PHP version to 8.1.
18
+
19
+
## [1.1.0] - 2024-03-04
20
+
21
+
### Added
22
+
23
+
- Support `UploadedFileFactoryInterface` and `UriFactoryInterface` — [\@flavioheleno](https://github.com/flavioheleno) ([\#5](https://github.com/psr-discovery/http-factory-implementations/pull/5))
24
+
25
+
## [1.0.1] - 2023-04-26
6
26
7
27
### Fixed
8
28
9
-
- Corrected typo in `Http\Factory\Guzzle\ResponseFactory` reference — [@stephenfrank](https://github.com/stephenfrank) ([\#1](https://github.com/psr-discovery/http-factory-implementations/pull/1))
29
+
-Corrected typo in `Http\Factory\Guzzle\ResponseFactory` reference — [\@stephenfrank](https://github.com/stephenfrank) ([\#1](https://github.com/psr-discovery/http-factory-implementations/pull/1))
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This is largely intended for inclusion in libraries like SDKs that wish to suppo
17
17
18
18
## Requirements
19
19
20
-
- PHP 8.1+
20
+
- PHP 8.2+
21
21
- Composer 2.0+
22
22
23
23
Successful discovery requires the presence of a compatible implementation in the host application. This library does not install any implementations for you.
0 commit comments