Skip to content

Commit aa6b234

Browse files
committed
add compatibility for laravel 13
1 parent ab85d5d commit aa6b234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^7.2|^8.0",
22-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
22+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^7||^8.4|^9.3.3|^10.1|^11.0",
@@ -46,4 +46,4 @@
4646
}
4747
},
4848
"minimum-stability": "stable"
49-
}
49+
}

0 commit comments

Comments
 (0)