File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : true
16
16
matrix :
17
- php : [8.2, 8.3]
17
+ php : [8.2, 8.3, 8.4 ]
18
18
laravel : [11]
19
19
20
20
steps :
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
+ ### Fixed
9
+
10
+ - Remove deprecation notices for PHP 8.4.
11
+
8
12
## [ 4.0.0] - 2024-03-14
9
13
10
14
### Changed
Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"php" : " ^8.2" ,
27
- "laravel-json-api/core" : " ^4.0 "
27
+ "laravel-json-api/core" : " ^4.3.2 "
28
28
},
29
29
"require-dev" : {
30
30
"orchestra/testbench" : " ^9.0" ,
46
46
"dev-develop" : " 4.x-dev"
47
47
}
48
48
},
49
- "minimum-stability" : " stable " ,
49
+ "minimum-stability" : " dev " ,
50
50
"prefer-stable" : true ,
51
51
"config" : {
52
52
"sort-packages" : true
Original file line number Diff line number Diff line change 13
13
failOnWarning =" true"
14
14
failOnDeprecation =" true"
15
15
failOnNotice =" true"
16
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
16
17
>
17
18
<coverage />
18
19
<testsuites >
You can’t perform that action at this time.
0 commit comments