Skip to content

Commit 64655fa

Browse files
authored
Merge pull request #14 from harris21/laravel-13-support
Add Laravel 13 support
2 parents 45fbe84 + fc25faa commit 64655fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"php": "^8.3",
14-
"illuminate/cache": "^11.0|^12.0",
15-
"illuminate/contracts": "^11.0|^12.0",
16-
"illuminate/support": "^11.0|^12.0",
14+
"illuminate/cache": "^11.0|^12.0|^13.0",
15+
"illuminate/contracts": "^11.0|^12.0|^13.0",
16+
"illuminate/support": "^11.0|^12.0|^13.0",
1717
"spatie/laravel-package-tools": "^1.16"
1818
},
1919
"require-dev": {
2020
"laravel/pint": "^1.27",
21-
"orchestra/testbench": "^9.0|^10.0",
21+
"orchestra/testbench": "^9.0|^10.0|^11.0",
2222
"pestphp/pest": "^3.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)