File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. This projec
5
5
6
6
## Unreleased
7
7
8
+ ### Changed
9
+
10
+ - Bump ` cloudcreativity/json-api-testing ` package to fix deprecation notices in PHP 8.4.
11
+
8
12
## [ 3.0.1] - 2024-11-26
9
13
10
14
### Fixed
Original file line number Diff line number Diff line change 25
25
"require" : {
26
26
"php" : " ^8.2" ,
27
27
"ext-json" : " *" ,
28
- "cloudcreativity/json-api-testing" : " ^6.0 " ,
28
+ "cloudcreativity/json-api-testing" : " ^6.1 " ,
29
29
"illuminate/http" : " ^11.0" ,
30
30
"illuminate/support" : " ^11.0" ,
31
31
"illuminate/testing" : " ^11.0"
49
49
"dev-develop" : " 3.x-dev"
50
50
}
51
51
},
52
- "minimum-stability" : " stable " ,
52
+ "minimum-stability" : " dev " ,
53
53
"prefer-stable" : true ,
54
54
"config" : {
55
55
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments