LaravelCollective / html

HTML and Form Builders for the Laravel Framework
MIT License
3.99k stars 782 forks source link

Laravel 11.x Compatibility #772

Closed laravel-shift closed 5 months ago

laravel-shift commented 6 months ago

This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 11.x.

Before merging, you need to:

If you do find an issue, please report it by commenting on this PR to help improve future automation.

laravel-shift commented 6 months ago

:warning: The latest version of Laravel has a dependency for phpunit/phpunit of ^10.5. If you would like to also upgrade your tests, you may run the PHPUnit 10 Shift for free.

laravel-shift commented 6 months ago

:information_source: Shift detected you do not have a CI workflow using GitHub Actions. If you would like, Shift can help you get started with the CI Generator. Although the Shift is paid, GitHub Actions is free and having a CI workflow will improve the stability and review process for your package.

laravel-shift commented 6 months ago

:alembic: Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.

To do so, temporarily add Shift's fork to the repositories property of your composer.json:

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

Then update your dependency constraint to reference this branch:

{
    "require": {
        "laravelcollective/html": "dev-l11-compatibility",
    }
}

Finally, run: composer update

aglipanci commented 6 months ago

@mlantz I would appreciate if you could find the time to merge this PR. It's rather a small change so there isn't much to review.

Thanks in advance!

kj-wielink commented 5 months ago

Meanwhile fork https://github.com/gridplay/gphtml has already support for Laravel 11

aglipanci commented 5 months ago

@kj-wielink thanks! I already moved to spatie-html package, I just hoped for a quick merge.

kossa commented 5 months ago

Please merge this PR

Chrisx84 commented 5 months ago

Meanwhile fork https://github.com/gridplay/gphtml has already support for Laravel 11

thanks for the shout out eh :)

vedmant commented 5 months ago

Just curios why you do like "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", when "illuminate/http": ">=6.0", will work for any new version without need to add it?

laravel-shift commented 5 months ago

This package is abandoned.

Chrisx84 commented 5 months ago

This package is abandoned.

thats why we developers forked our own like me. gridplay/gphtml