Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to laravel 6 and laravel 7 #2

Merged
merged 2 commits into from
Aug 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add Laravel 7 support
  • Loading branch information
jorenvh committed Aug 10, 2020
commit 539107bffa2b0c92c42ec524432cf437bd30d186
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0|~6.0",
"illuminate/support": "~5.0|~6.0|~7.0",
"ixudra/translation": "~5.3|~5.4"
},

Expand Down