After #42945 merged, there are many "abandoned" warnings during composer install @laoneo @LadySolveig
Labels |
Added:
No Code Attached Yet
|
Maybe it just needs to change this line https://github.com/joomla/joomla-cms/blob/5.1-dev/composer.json#L105 from
"web-token/signature-pack": "^3.2.10",
to"web-token/jwt-library": "^3.3.1"
?
I just tried it 5 minutes ago ?
Hmm, yes, seems not to help.
Maybe we can't really avoid that because it's caused by that library's composer.json files?
Hmm, yes, seems not to help.
Maybe we can't really avoid that because it's caused by that library's composer.json files?It works ... there is no longer a warning
@heelc29 What did you change? I changed line 105 in the composer.json from "web-token/signature-pack": "^3.2.10",
to "web-token/jwt-library": "^3.3.1"
, but that did not help here. If you have a fix: Could you make a PR?
Hmm, I did now run a composer update web-token/jwt-library
in addition to the mentioned change, and that seems to fix it.
I will make a PR in a few minutes.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-03-04 18:42:37 |
Closed_By | ⇒ | richard67 |
Maybe it just needs to change this line https://github.com/joomla/joomla-cms/blob/5.1-dev/composer.json#L105
from
"web-token/signature-pack": "^3.2.10",
to
"web-token/jwt-library": "^3.3.1",
?