I can't install Laravel Lang Publisher #9
-
Hi, I tried to install the package with Laravel 9 + PHP 8.0 using this command:
it doesn't work, composer shows me this message:
|
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
You need to use an older version of packages that supports the 13th installer: composer require laravel-lang/publisher:^13.0 laravel-lang/lang:^10.9 laravel-lang/attributes:^1.1 |
Beta Was this translation helpful? Give feedback.
-
Today we launched a new project: Laravel Lang: Common. With it, you can install the necessary dependencies for this discussion like this: composer require laravel-lang/common:^2.0 And you can read a discussion https://github.com/Laravel-Lang/lang/discussions/2816 |
Beta Was this translation helpful? Give feedback.
Today we launched a new project: Laravel Lang: Common.
With it, you can install the necessary dependencies for this discussion like this:
And you can read a discussion https://github.com/Laravel-Lang/lang/discussions/2816