Skip to content

Commit 0585b66

Browse files
committed
Laravel 12 updates. Not upgrading image intervention just yet.
1 parent 7e8a495 commit 0585b66

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
- 1.x
8+
- dev
89
pull_request:
910
branches:
1011
- master
@@ -19,8 +20,8 @@ jobs:
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
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": [

0 commit comments

Comments
 (0)