Skip to content

feat: add support for Laravel 12 #25

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

z4nder
Copy link

@z4nder z4nder commented May 4, 2025

What this PR does

This PR adds compatibility with Laravel 12 by updating the illuminate/support version constraint to allow ^12.0.

Why it's needed

Laravel 12 is officially released, and this package currently prevents installation due to strict version constraints.

Closes #24

@notcoderguy
Copy link

You can use @z4nder repo as package till this is merged:

Place the following inside your composer.json file:

"repositories": {
        "deepseek": {
            "type": "package",
            "package": {
                "name": "deepseek-php/deepseek-laravel",
                "version": "1.0",
                "source": {
                "url": "https://github.com/z4nder/deepseek-laravel.git",
                "type": "git",
                "reference": "origin/support-laravel-12"
                }
            }
        }
    },

After the following you can now use the following command to get the package from the repo directly:

composer require deepseek-php/deepseek-laravel

@z4nder
Copy link
Author

z4nder commented Jun 25, 2025

You can use @z4nder repo as package till this is merged:

Thanks for the tip! This solution helps a lot while the PR is pending. Once it's merged, I'll switch back to the main package.

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.

Add compatibility with Laravel 12
2 participants