User tests: Successful: Unsuccessful:
Reverts #36483
@PhilETaylor this broke the composer autoloading (apparently drone didn't fail because it still uses composer v1
Status | New | ⇒ | Pending |
Category | ⇒ | Unit Tests |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-12-30 21:46:35 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
?
|
For sure - otherwise I wouldn't have merged it :) Just definitely screws with the composer autoload here I think https://github.com/joomla/joomla-cms/blob/4.0-dev/composer.json#L30-L34 - if we go down this route I think we have to re-amend all the namespaces (or change the autoloading method)
I guess what this also shows is that we are using Composer 1 when Composer 2 is the new norm ;-)
Leave it with me, I'll take another stab tomorrow.
Hmmm works on my machine :-) and I use snapshot composer
I’ll look again as this change is the right thing to do