-
Notifications
You must be signed in to change notification settings - Fork 162
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
add support laravel v6 #115
Conversation
composer.json
Outdated
@@ -11,12 +11,12 @@ | |||
], | |||
"require": { | |||
"php": "^5.6.4 || ^7.0", | |||
"illuminate/support": "^5.0", | |||
"illuminate/support": "^5.0|6.0.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use ^6.0
instead of 6.0.*
composer.json
Outdated
"phpunit/phpunit": "^6.1|^7.0", | ||
"illuminate/view": "^5.0" | ||
"phpunit/phpunit": "^8.0", | ||
"illuminate/view": "^5.0|6.0.*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use ^6.0
instead of 6.0.*
@marcelogarbin can you change |
@it-can Yes, I did that. thanks for reviewing |
@albertcht can you merge this? |
Unfortunately I am not an administrator. I'm waiting for the @albertcht check this out |
Hi @marcelogarbin , Thanks for your pull request. |
@albertcht Please add the support to the multi-forms branch also 😄 |
fix #114