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

add support laravel v6 #115

Merged
merged 4 commits into from
Sep 5, 2019
Merged

add support laravel v6 #115

merged 4 commits into from
Sep 5, 2019

Conversation

garbinmarcelo
Copy link
Contributor

fix #114

composer.json Outdated
@@ -11,12 +11,12 @@
],
"require": {
"php": "^5.6.4 || ^7.0",
"illuminate/support": "^5.0",
"illuminate/support": "^5.0|6.0.*",
Copy link

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.*"
Copy link

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.*

@it-can
Copy link

it-can commented Sep 5, 2019

@marcelogarbin can you change 6.0.* to ^6.0 for illuminate/support and illuminate/view ?

@garbinmarcelo
Copy link
Contributor Author

@it-can Yes, I did that. thanks for reviewing

@it-can
Copy link

it-can commented Sep 5, 2019

@albertcht can you merge this?

@garbinmarcelo
Copy link
Contributor Author

Unfortunately I am not an administrator. I'm waiting for the @albertcht check this out

@albertcht
Copy link
Owner

Hi @marcelogarbin ,

Thanks for your pull request.

@albertcht albertcht merged commit 0e03f61 into albertcht:master Sep 5, 2019
@MichaelBelgium
Copy link

@albertcht Please add the support to the multi-forms branch also 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Laravel 6 LTS Support
4 participants