Skip to content

Update requirements. #17

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

Closed
wants to merge 2 commits into from
Closed

Conversation

jefhar
Copy link

@jefhar jefhar commented Mar 19, 2025

Update for L12.

The upstream Laravel Contracts requires PHP 8.3 as minimum version.

To use this package:

Temporarily add this fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/jefhar/laravel-env-keys-checker.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "msamgan/laravel-env-keys-checker": "dev-l12-compatibility",
    }
}

Finally, run: composer update

@msamgan
Copy link
Owner

msamgan commented Mar 21, 2025

I am sorry, but at this time, I won't be able to merge the PR. If you have an issue with installation, please create a description in detail of what you faced with other relevant data.

This will make adding the package to the code unnecessarily hard. Hope you will understand.

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.

2 participants