Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

⬆️ draft support for laravel 6.*#53

Open
lwiml wants to merge 10 commits into
austinheap:masterfrom
JoinMarketing:master
Open

⬆️ draft support for laravel 6.*#53
lwiml wants to merge 10 commits into
austinheap:masterfrom
JoinMarketing:master

Conversation

@lwiml

@lwiml lwiml commented Dec 6, 2019

Copy link
Copy Markdown

Signed-off-by: Wim wim@join.marketing

@lwiml lwiml mentioned this pull request Dec 6, 2019
@lwiml lwiml force-pushed the master branch 4 times, most recently from fec06d3 to b7e4ae7 Compare December 6, 2019 14:35
Signed-off-by: Wim <wim@join.marketing>

@roelofr roelofr left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing really has changed. Are there any breaking changes so far?

Comment thread composer.json Outdated
Comment thread config/database-encryption.php Outdated
Comment thread README.md

* Laravel: 5.5, 5.6, 5.7, or 5.8
* Laravel: 5.5, 5.6, 5.7, 5.8, or 6.x
* PHP: 7.1, 7.2, or 7.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since 7.1 is already deprecated and 7.2 is in security-only, maybe also look into PHP 7.4 support (add allow-failure CI tests for example)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, That's good idea. For now I was just looking into my own case where i needed Laravel 6 and php 7.3 support.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that should be a separate PR. There will probably be some issues.

Co-Authored-By: Roelof <github@roelof.io>
@lwiml

lwiml commented Dec 13, 2019

Copy link
Copy Markdown
Author

Nothing really has changed. Are there any breaking changes so far?

Thats right, everything seems to work fine so far, it's just the CI tests that i didn't get to succeed, because of the above dependency issues

Wim and others added 6 commits December 13, 2019 09:15
Co-Authored-By: Roelof <github@roelof.io>
- Don't double-install packages. Add new packages first and pull them
  all in at the same time.
- Removed uopz. It's not being used.
- Use `composer test`, which allows us to add additional tests there.
@roelofr

roelofr commented Dec 13, 2019

Copy link
Copy Markdown

I had some suggestions, so I opened these in a Pull Request on your fork.

@leoneparise

Copy link
Copy Markdown

When will it be merged? I would like to use this lib on Laravel 6 without using my own repo.

Comment thread src/helpers.php
* @param int $value
* @return string|null
*/
function str_random(int $value = 16): ?string

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? Just replace it with Illuminate\Support\Str::random() if it's even being used anywhere.

@roelofr

roelofr commented Jan 28, 2020

Copy link
Copy Markdown

When will it be merged? I would like to use this lib on Laravel 6 without using my own repo.

Seconding this, I hope @austinheap has some time to look at this.

@leoneparise

Copy link
Copy Markdown

When will it be merged? I would like to use this lib on Laravel 6 without using my own repo.

Seconding this, I hope @austinheap has some time to look at this.

Thanks @roelofr. Looking forward for next release.

@dcnl1980

dcnl1980 commented Feb 6, 2020

Copy link
Copy Markdown

Any idea when it will be merged?

@lwiml lwiml requested a review from austinheap February 11, 2020 08:14
@emielmolenaar

Copy link
Copy Markdown

A merge would be awesome :)

@RobertCordes

Copy link
Copy Markdown

@emielmolenaar Yeah, especially since Laravel 7 is already live.

@roelofr

roelofr commented Mar 18, 2020

Copy link
Copy Markdown

@emielmolenaar Yeah, especially since Laravel 7 is already live.

Well, a major release every half year is something entirely different compared to the minor releases we had before.

@potofcoffee

Copy link
Copy Markdown

Could you please merge this? This is the only thing keeping me back on Laravel 5.8

@zeboe

zeboe commented Oct 16, 2020

Copy link
Copy Markdown

Any more news on this one already? In need of the 6 version as well.
Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants