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

⬆️ draft support for laravel 6.* #53

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

lwiml
Copy link

@lwiml lwiml commented Dec 6, 2019

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>
Copy link

@roelofr roelofr left a comment

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?

composer.json Outdated Show resolved Hide resolved
config/database-encryption.php Outdated Show resolved Hide resolved
@@ -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
Copy link

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.

Copy link

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
Copy link
Author

lwiml commented Dec 13, 2019

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

lwiml 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
Copy link

roelofr commented Dec 13, 2019

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

@leoneparise
Copy link

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
Copy link

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
Copy link

roelofr commented Jan 28, 2020

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

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
Copy link

dcnl1980 commented Feb 6, 2020

Any idea when it will be merged?

@emielmolenaar
Copy link

A merge would be awesome :)

@RobertCordes
Copy link

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

@roelofr
Copy link

roelofr commented Mar 18, 2020

@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

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

@zeboe
Copy link

zeboe commented Oct 16, 2020

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.

None yet

9 participants