File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : true
1616 matrix :
17- php : [8.2, 8.3]
17+ php : [8.2, 8.3, 8.4 ]
1818 laravel : [11]
1919
2020 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
55
66## Unreleased
77
8+ ### Fixed
9+
10+ - Remove deprecation notices for PHP 8.4.
11+
812## [ 4.0.0] - 2024-03-14
913
1014### Changed
Original file line number Diff line number Diff line change 2424 ],
2525 "require" : {
2626 "php" : " ^8.2" ,
27- "laravel-json-api/core" : " ^4.0 "
27+ "laravel-json-api/core" : " ^4.3.2 "
2828 },
2929 "require-dev" : {
3030 "orchestra/testbench" : " ^9.0" ,
4646 "dev-develop" : " 4.x-dev"
4747 }
4848 },
49- "minimum-stability" : " stable " ,
49+ "minimum-stability" : " dev " ,
5050 "prefer-stable" : true ,
5151 "config" : {
5252 "sort-packages" : true
Original file line number Diff line number Diff line change 1313 failOnWarning =" true"
1414 failOnDeprecation =" true"
1515 failOnNotice =" true"
16+ displayDetailsOnTestsThatTriggerDeprecations =" true"
1617>
1718 <coverage />
1819 <testsuites >
You can’t perform that action at this time.
0 commit comments