Skip to content

Conversation

@riskihajar
Copy link
Contributor

to temporary install this package on laravel 10

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/riskihajar/laravel-slow-query-detector.git"
        }
    ]
}

then update your dependency constraint to reference this branch:

{
    "require": {
        "ilzrv/laravel-slow-query-detector": "dev-l10-compatibility",
    }
}

Finally, run: composer update

@riskihajar riskihajar changed the title Bump dependencies for Laravel 10 Laravel 10.x Compatibility Jun 3, 2023
@ilzrv
Copy link
Owner

ilzrv commented Jun 3, 2023

Thanks for the contribution. Could you add Laravel 10 to the test matrix?

@riskihajar
Copy link
Contributor Author

riskihajar commented Jun 3, 2023

i think we need specific php version and testbench on matrix

@ilzrv
Copy link
Owner

ilzrv commented Jun 3, 2023

I updated the tests, now everything works

@ilzrv ilzrv changed the title Laravel 10.x Compatibility Support Laravel 10.x & PHP 8.2 Tests Jun 3, 2023
@ilzrv ilzrv merged commit 2b046bd into ilzrv:2.x Jun 3, 2023
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