Skip to content

Commit d4b85f9

Browse files
committed
Updated composer dependencies
1 parent 4737355 commit d4b85f9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/test-code.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ jobs:
2323
laravel:
2424
- '10.0'
2525
- '11.0'
26+
- '12.0'
2627

2728
include:
2829
- laravel: '10.0'
2930
testbench: '8.0'
3031
- laravel: '11.0'
3132
testbench: '9.0'
33+
- laravel: '12.0'
34+
testbench: '9.0'
3235
- php: 8.3
3336
laravel: '11.0'
3437
stable: true

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"ext-json": "*",
1616
"codex-team/editor.js": "*",
1717
"guzzlehttp/guzzle": "^7.0",
18-
"illuminate/support": "^10.0 || ^11.0",
19-
"illuminate/events": "^10.0 || ^11.0",
20-
"laravel/nova": "^4.0",
18+
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
19+
"illuminate/events": "^10.0 || ^11.0 || ^12.0",
20+
"laravel/nova": "^4.0 || ^5.0",
2121
"spatie/image": "^3.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)