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

Laravel 9 support? #292

Closed
Stunext opened this issue Jan 19, 2022 · 8 comments
Closed

Laravel 9 support? #292

Stunext opened this issue Jan 19, 2022 · 8 comments

Comments

@Stunext
Copy link

Stunext commented Jan 19, 2022

Composer Problem:

- Root composer.json requires binarytorch/larecipe ^2.4 -> satisfiable by binarytorch/larecipe[v2.4.0, ..., 2.x-dev].
- binarytorch/larecipe[v2.4.0, ..., 2.x-dev] require illuminate/support ^5.4|^6.0|^7.0|^8.0 -> found illuminate/support[v5.4.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
@Stunext
Copy link
Author

Stunext commented Feb 9, 2022

Solve in #294. Waiting for the changes to merge

@abishekrsrikaanth
Copy link

Any chance of merging #294?

@colinmackinlay
Copy link

Yes please #294

@Stunext
Copy link
Author

Stunext commented Feb 12, 2022

Temporarily I use the Shift's fork

In composer.json:

{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/laravel-shift/larecipe.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "binarytorch/larecipe": "dev-l9-compatibility",
    }
}

Finally, run: composer update

@flolanger
Copy link

Though it would be nice if #294 gets merged soon. I'm also waiting for this. :)

@fabiomlferreira
Copy link

Please add support to Laravel 9

@saleem-hadad
Copy link
Owner

Hello everyone,
sorry for the late response since I was on vacation, will try to merge it by this weekend.

@saleem-hadad
Copy link
Owner

Live in v2.5 🎉

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

No branches or pull requests

6 participants