File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77 - 1.x
8+ - dev
89 pull_request :
910 branches :
1011 - master
1920 strategy :
2021 fail-fast : true
2122 matrix :
22- php : [8.2, 8.3]
23- laravel : [^11.0]
23+ php : [8.2, 8.3, 8.4 ]
24+ laravel : [^12.0, ^ 11.0]
2425 use-uuid : [false, true]
2526 morph-maps : [false, true]
2627
Original file line number Diff line number Diff line change 2020| ` 9.x ` | ` ^8.0.2 ` ` ^8.1 ` | ` >= 1.20.0 ` |
2121| ` 10.x ` | ` ^8.1 ` ` ^8.2 ` ` ^8.3 ` | ` >= 1.22.0 ` |
2222| ` 11.x ` | ` ^8.2 ` ` ^8.3 ` | ` >= 1.23.0 ` |
23+ | ` 12.x ` | ` ^8.2 ` ` ^8.3 ` ` ^8.4 ` | ` >= 1.24.0 ` |
2324
2425- Route model binding enabled in your API / WEB middleware groups.
2526
Original file line number Diff line number Diff line change 1818 "php" : " ^8.1|^8.2|^8.3" ,
1919 "ext-json" : " *" ,
2020 "intervention/image" : " ^2.5" ,
21- "joypixels/emoji-toolkit" : " ^6.0" ,
22- "laravel/framework" : " ^11.0"
21+ "joypixels/emoji-toolkit" : " ^6.0|^9.0 " ,
22+ "laravel/framework" : " ^11.0|^12.0 "
2323 },
2424 "require-dev" : {
25- "phpunit/phpunit" : " ^10.0" ,
26- "orchestra/testbench" : " ^9.0"
25+ "phpunit/phpunit" : " ^10.0|^11.5.3 " ,
26+ "orchestra/testbench" : " ^9.0|^10.0 "
2727 },
2828 "autoload" : {
2929 "files" : [
You can’t perform that action at this time.
0 commit comments