File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : true
1616 matrix :
17- php : [8.1 , 8.2 ]
18- laravel : [10 ]
17+ php : [8.2 , 8.3 ]
18+ laravel : [11 ]
1919
2020 steps :
2121 - name : Checkout Code
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. This project adheres to
44[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
55
6+ ## Unreleased (Laravel 11)
7+
8+ ### Changed
9+
10+ - ** BREAKING** Package now requires Laravel 11.
11+ - Minimum PHP version is now ` 8.2 ` .
12+
613## [ 3.0.0] - 2023-02-14
714
815### Changed
Original file line number Diff line number Diff line change 2323 }
2424 ],
2525 "require" : {
26- "php" : " ^8.1 " ,
26+ "php" : " ^8.2 " ,
2727 "ext-json" : " *" ,
28- "illuminate/database" : " ^10 .0" ,
29- "illuminate/pagination" : " ^10 .0" ,
30- "illuminate/support" : " ^10 .0" ,
31- "laravel-json-api/eloquent" : " ^3 .0"
28+ "illuminate/database" : " ^11 .0" ,
29+ "illuminate/pagination" : " ^11 .0" ,
30+ "illuminate/support" : " ^11 .0" ,
31+ "laravel-json-api/eloquent" : " ^4 .0"
3232 },
3333 "require-dev" : {
34- "orchestra/testbench" : " ^8 .0" ,
34+ "orchestra/testbench" : " ^9 .0" ,
3535 "phpunit/phpunit" : " ^10.5"
3636 },
3737 "autoload" : {
4848 },
4949 "extra" : {
5050 "branch-alias" : {
51- "dev-develop" : " 3 .x-dev"
51+ "dev-develop" : " 4 .x-dev"
5252 }
5353 },
5454 "minimum-stability" : " stable" ,
You can’t perform that action at this time.
0 commit comments