Skip to content

Commit

Permalink
Merge branch 'release/1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmypuckett committed Apr 6, 2024
2 parents f8d432e + 5a9232b commit e265e0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": "^8.1",
"illuminate/console": "~8|~9|~10",
"illuminate/container": "~8|~9|~10",
"illuminate/routing": "~8|~9|~10",
"illuminate/support": "~8|~9|~10",
"illuminate/view": "~8|~9|~10"
"illuminate/console": "~8|~9|~10|~11",
"illuminate/container": "~8|~9|~10|~11",
"illuminate/routing": "~8|~9|~10|~11",
"illuminate/support": "~8|~9|~10|~11",
"illuminate/view": "~8|~9|~10|~11"
},
"require-dev": {
"laravel/pint": "^1.6",
Expand Down

0 comments on commit e265e0c

Please sign in to comment.