Skip to content

Conversation

@z4nder
Copy link
Contributor

@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
Contributor 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.

@z4nder z4nder requested review from epellox and notcoderguy August 13, 2025 14:58
Copy link

@epellox epellox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great!

@omaralalwi omaralalwi merged commit daa4ec6 into deepseek-php:master Aug 14, 2025
@z4nder z4nder deleted the support-laravel-12 branch August 14, 2025 18:56
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

4 participants