Skip to content

Commit 9d7c030

Browse files
authored
Merge pull request #23 from laravel-shift/l13-compatibility
Laravel 13.x Compatibility
2 parents 6a5b8da + 1d39bea commit 9d7c030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": ">=7.1",
23-
"laravel/framework": "^5.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
23+
"laravel/framework": "^5.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)