Skip to content

Conversation

@laravel-shift
Copy link

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

Before merging, you need to:

  • Checkout the l12-compatibility branch
  • Review all comments for additional changes
  • Thoroughly test your package

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

@laravel-shift
Copy link
Author

⚗️ 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/url-trailing-slash.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "illuminatech/url-trailing-slash": "dev-l12-compatibility",
    }
}

Finally, run: composer update

@klimov-paul
Copy link
Member

Resolved by commit c48570d

@klimov-paul klimov-paul closed this Mar 6, 2025
@klimov-paul klimov-paul self-assigned this Mar 6, 2025
@klimov-paul klimov-paul added the enhancement New feature or request label Mar 6, 2025
@klimov-paul klimov-paul added this to the 1.1.14 milestone Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants