File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ ## [ 1.1.0] - 2024-11-26
9
+
9
10
### Changed
10
- - Drop support for PHP version 7.2
11
+
12
+ - Add support for PHP 8.4, drop support for PHP version 7.2
11
13
12
14
### Fixed
15
+
13
16
- Add missing ` composer test ` command and use it in CI
14
17
- Fix deprecated usage of prophesize in phpunit tests
15
18
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ final class PromiseExceptionTest extends TestCase
27
27
public function testExceptionThatIsThrownForGuzzleException (
28
28
RequestInterface $ request ,
29
29
$ reason ,
30
- string $ adapterExceptionClass
30
+ string $ adapterExceptionClass,
31
31
): void {
32
32
$ guzzlePromise = new \GuzzleHttp \Promise \Promise ();
33
33
$ guzzlePromise ->reject ($ reason );
You can’t perform that action at this time.
0 commit comments