Skip to content

Commit d498e4c

Browse files
committed
Support Laravel 13
1 parent 4f9ee91 commit d498e4c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php: [ 8.2, 8.3, 8.4, 8.5 ]
17-
laravel: [ 10, 11, 12 ]
17+
laravel: [ 10, 11, 12, 13 ]
1818
stability: [ prefer-lowest, prefer-stable ]
1919
include:
2020
- laravel: 10

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"require": {
2121
"php": "^8.1",
2222
"ext-json": "*",
23-
"illuminate/cache": "^10.0|^11.0|^12.0",
24-
"illuminate/config": "^10.0|^11.0|^12.0",
25-
"illuminate/contracts": "^10.0|^11.0|^12.0",
26-
"illuminate/support": "^10.0|^11.0|^12.0",
27-
"illuminate/console": "^10.0|^11.0|^12.0",
28-
"illuminate/validation": "^10.0|^11.0|^12.0"
23+
"illuminate/cache": "^10.0|^11.0|^12.0|^13.0",
24+
"illuminate/config": "^10.0|^11.0|^12.0|^13.0",
25+
"illuminate/contracts": "^10.0|^11.0|^12.0|^13.0",
26+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
27+
"illuminate/console": "^10.0|^11.0|^12.0|^13.0",
28+
"illuminate/validation": "^10.0|^11.0|^12.0|^13.0"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.4.2",

0 commit comments

Comments
 (0)