-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Batch of changes for package; Add Laravel 11 support #395
Conversation
PHPUnit 10 Shift
To see how test suites works - see here Oleksandr-Moik#1 |
Any suggestions and changes are welcome) |
Looking forward to having this merged. |
Hi, @Gummibeer. Can you review these changes, please? |
Hi! If you want to test or if you need to use this package for Laravel 11, I decided to add a release tag To use it, temporarily add this fork to the "repositories": [
{
"type": "vcs",
"url": "https://github.com/Oleksandr-Moik/laravel-translatable.git"
}
], and then run the following command to install the package: composer require "astrotomic/laravel-translatable:^11.13" I will keep this tag for the future but do not forget to remove it when the main package receives support for the new Laravel version. After that, I plan to remove the tag in a few weeks so that your project depends on the official source and not my fork. So if you plan to use it - subscribe on this pull request so I can notify you via GitHub. Thanks for understanding! |
Hi! First of all - sorry for such a big and dirty request)
Follows and inspired by #387 and additionally closes some issues:
ping.json
Want to use this package for Laravel 11 - see comment
I found comment about "removing old versions" - is it still valid?