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

Update laravel 6 to semantic versioning scheme #196

Merged
merged 2 commits into from
Nov 1, 2019
Merged

Update laravel 6 to semantic versioning scheme #196

merged 2 commits into from
Nov 1, 2019

Conversation

lloricode
Copy link
Contributor

@lloricode lloricode commented Oct 15, 2019

@lloricode
Copy link
Contributor Author

as of now, it can not install with latest laravel 6.2.0

so downgrading is solution, BUT this should must compatible of current major version of laravel

@mohamedsabil83
Copy link

Please, merge this PR to compatible with Laravel6 semver scheme.

@lecano
Copy link

lecano commented Oct 29, 2019

Since this package supports all versions of Laravel 5 from 5.0 up to 5.8 just change composer.json to:

"illuminate/support": "^5|^6",
"illuminate/validation": "^5|^6",
"illuminate/translation": "^5|^6"

or:

"illuminate/support": "^5.0|^6.0",
"illuminate/validation": "^5.0|^6.0",
"illuminate/translation": "^5.0|^6.0"

btw 6.4.0 was released a couple of days ago

@darryldecode
Copy link
Owner

Thank you. There are currently PHP version tests failing because of 5.6 support tests. Might have to move to php 7+ soon and drop 5.6. Thanks for the PR.

@darryldecode darryldecode merged commit 7ec33ee into darryldecode:master Nov 1, 2019
@lloricode lloricode deleted the patch-1 branch November 1, 2019 23:20
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.

4 participants