Laravel 13.x Compatibility#12
Conversation
|
|
|
|
|
⚗️ 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": [
{
"type": "vcs",
"url": "https://github.com/laravel-shift/contrib-auto-laravel.git"
}
]
}Then update your dependency constraint to reference this branch: {
"require": {
"open-telemetry/opentelemetry-auto-laravel": "dev-l13-compatibility",
}
}Finally, run: |
|
Hi @ChrisLightfootWild, do you think we can get it merged? Actually, I think it should be done as part of https://github.com/open-telemetry/opentelemetry-php-contrib/pull/525/changes |
|
Would be awesome to get these changes in an upcoming version in the next couple of weeks 😃 |
|
This is being tracked in open-telemetry/opentelemetry-php-contrib#525. |
The referenced MR is merged. Looks like this MR is adding later versions to some allowed packages and also re-formats the composer.json file to 4 spaces for tabs. Can we merge this? Happy to help if needed :) |
This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 13.x.
Before merging, you need to:
l13-compatibilitybranchIf you do find an issue, please report it by commenting on this PR to help improve future automation.