Skip to content

Commit 8e068e4

Browse files
Update laravel/framework requirement from 5.7.* || 5.8.* || 6.0.* to 5.7.* || 5.8.* || 6.0.* || 6.1.*
Updates the requirements on [laravel/framework](https://github.com/laravel/framework) to permit the latest version. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-6.x.md) - [Commits](https://github.com/laravel/framework/commits/v6.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 79932e0 commit 8e068e4

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
@@ -26,7 +26,7 @@
2626
"require": {
2727
"php": ">=7.1",
2828
"eloquent/enumeration": "^6.0",
29-
"laravel/framework": "5.7.* || 5.8.* || 6.0.*"
29+
"laravel/framework": "5.7.* || 5.8.* || 6.0.* || 6.1.*"
3030
},
3131
"require-dev": {
3232
"consistence/coding-standard": "3.7",

0 commit comments

Comments
 (0)