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

Conversation

lwiml

Signed-off-by: Wim [email protected]

@lwimllwiml mentioned this pull request Dec 6, 2019
@lwimllwiml force-pushed the master branch 4 times, most recently from fec06d3 to b7e4ae7 Compare December 6, 2019 14:35

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?

@@ -63,7 +63,7 @@ directory. The most logical place to start are the [docs for the `HasEncryptedAt

## Requirements

* 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

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

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 <@roelof.io>
@lwiml

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 <@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

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

@leoneparise

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

* @param int $value
* @return string|null
*/
function str_random(int $value = 16): ?string

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

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

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

Any idea when it will be merged?

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

A merge would be awesome :)

@RobertCordes

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

@roelofr

@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

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

@zeboe

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 . Already have an account? Sign in.
None yet
None yet

Successfully merging this pull request may close these issues.