Skip to content

Commit dd3f98d

Browse files
authored
Update composer.json to allow Laravel 6.0
Update composer.json to allow Laravel 6.0
2 parents f67ac7c + efea76e commit dd3f98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"files": ["src/AdvancedRoute.php"]
1818
},
1919
"require": {
20-
"laravel/framework": "5.*"
20+
"laravel/framework": "5.*|6.*"
2121
}
2222
}

0 commit comments

Comments
 (0)