Commit 41f6508 1 parent 522b955 commit 41f6508 Copy full SHA for 41f6508
File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
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 in 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 27
27
"ext-json" : " *" ,
28
28
"illuminate/contracts" : " ^11.0" ,
29
29
"illuminate/support" : " ^11.0" ,
30
- "laravel-json-api/core" : " ^4.0 " ,
31
- "laravel-json-api/neomerx-json-api" : " ^5.0.1 "
30
+ "laravel-json-api/core" : " ^4.3.2 " ,
31
+ "laravel-json-api/neomerx-json-api" : " ^5.0.3 "
32
32
},
33
33
"require-dev" : {
34
34
"phpunit/phpunit" : " ^10.5"
53
53
]
54
54
}
55
55
},
56
- "minimum-stability" : " stable " ,
56
+ "minimum-stability" : " dev " ,
57
57
"prefer-stable" : true ,
58
58
"config" : {
59
59
"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