Skip to content
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

Information: Lost laravel-lang/lang on update #204

Closed
andrey-helldar opened this issue Jan 16, 2022 · 2 comments
Closed

Information: Lost laravel-lang/lang on update #204

andrey-helldar opened this issue Jan 16, 2022 · 2 comments

Comments

@andrey-helldar
Copy link
Member

Actions

Run the composer update and updated the package to 11.2.1 version.

The following message appeared in the console:

Removing laravel-lang/lang

What happened

Starting with publisher version 11.2, we switched to a new model, now this package is not tied to a specific project with translations, in addition, such changes reduce code duplication when testing the laravel-lang/lang repository.

How to fix it

Starting from version 11.2, you need to install the laravel-lang/lang dependency in your application yourself:

composer require laravel-lang/publisher laravel-lang/lang --dev

We have updated the documentation section about this: https://laravel-lang.github.io/publisher/installation.html


PS: @Laravel-Lang/laravel-lang, those of you who use this publisher will also be interesting🙂

@andrey-helldar andrey-helldar pinned this issue Jan 16, 2022
@andrey-helldar
Copy link
Member Author

andrey-helldar commented Jan 17, 2022

Q: Why were these changes included in the minor release and not the major?
A: It happened.

@andrey-helldar andrey-helldar unpinned this issue Jan 17, 2022
@andrey-helldar
Copy link
Member Author

andrey-helldar commented Jan 17, 2022

We decided to fix the update issue and released patch 11.2.3, which brings the installer back to its previous state.

We recommend updating the publisher version to 12.0.

See upgrade guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant