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

Adds compatability for Laravel 6 #169

Closed
wants to merge 4 commits into from

Conversation

djfrailey
Copy link

Issue #, if available: #168

Description of changes:
Added ~6.0 to the list of allowed versions for the illuminate\support package.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@munir131
Copy link

munir131 commented Sep 6, 2019

@djfrailey Test cases are failing for lumen. You need to change makefile

@duellsy
Copy link

duellsy commented Sep 8, 2019

Any updates here? Currently blocking us on a few projects from upgrading.

I'd be happy to help, but not sure what needs to change in the Makefile

@djfrailey
Copy link
Author

@munir131 Sorry for the late reply everyone.

I'll need a little more direction than that, I'm not too sure what needs to happen to the Makefile in order to make Lumen play nice with Laravel's 6.0 components.

David Frailey added 3 commits September 9, 2019 10:37
Prior to this commit Travis was installing either 5.x or 6.x components
for Lumen tests. Lumen does not yet have support for 6.x components.
Prior to this commit composer lock file was still present when the
Lumen tests ran. This commit removes the lock file inbetween tests
so the appropriate version of composer packages may be installed.
@howardlopez
Copy link
Contributor

@djfrailey Thanks for the PR! I played around with this a bit and was able to get the Travis tests passing in #170. Looks like the distribution had to be changed for PHP 5.5 as well. Will also update here when it's merged.

@howardlopez
Copy link
Contributor

#170 has been merged, so I'll go ahead and close this one out.

@howardlopez howardlopez closed this Sep 9, 2019
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.

None yet

4 participants