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

Support Laravel 6 and 7 #3

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

Conversation

carcinocron
Copy link

@carcinocron carcinocron commented Feb 2, 2022

  • edited composer.json to allow versions of laravel 6+.
  • remove array_* to not force users into requiring that optional package.
  • added getKey function for laravel 7.

@carcinocron
Copy link
Author

carcinocron commented Feb 2, 2022

If this doesn't get merged, add to your composer.json:

    "repositories": [
        {
            "type": "vcs",
            "url": "http://github.com/InstanceOfMichael/laravel-aead"
        }
    ]

then run

composer require hernandev/laravel-aead:dev-master#7c34aa94509ff3390e28dfdafb1042aee058eeb3

I did not test this with versions of `laravel/framework` past `^7.29`. It's just that the framework now requires the `getKey` function.
@carcinocron carcinocron changed the title Support Laravel 6+ Support Laravel 6 and 7 Feb 8, 2022
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.

1 participant