User tests: Successful: Unsuccessful:
Update composer deps to latest + greatest allowed
Status | New | ⇒ | Pending |
Category | ⇒ | External Library Composer Change Libraries |
Labels |
Added:
?
?
|
Category | External Library Composer Change Libraries | ⇒ | Administration com_installer Front End com_content External Library Composer Change Libraries |
Labels |
Added:
Conflicting Files
|
Done and did another run of composer update for good measure - but this still won't fix the console package issues
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-04 07:33:34 |
Closed_By | ⇒ | wilsonge |
Something broken here:
Attempted to load class "LazyServiceEventListener" from namespace "Joomla\Event".
Did you forget a "use" statement for another namespace?
$listener = new LazyServiceEventListener($container, 'session.event_listener.metadata_manager', 'onAfterSessionStart');
@infograf768 Run composer install
.
I did but I get an error (MAMP macintosh)
Problem 1
- Installation request for phpdocumentor/reflection-docblock 5.1.0 -> satisfiable by phpdocumentor/reflection-docblock[5.1.0].
- phpdocumentor/reflection-docblock 5.1.0 requires ext-filter ^7.1 -> the requested PHP extension filter has the wrong version (0.11.0) installed.
Problem 2
- phpdocumentor/reflection-docblock 5.1.0 requires ext-filter ^7.1 -> the requested PHP extension filter has the wrong version (0.11.0) installed.
- phpspec/prophecy v1.10.2 requires phpdocumentor/reflection-docblock ^2.0|^3.0.2|^4.0|^5.0 -> satisfiable by phpdocumentor/reflection-docblock[5.1.0].
- Installation request for phpspec/prophecy v1.10.2 -> satisfiable by phpspec/prophecy[v1.10.2].
trying to figure how to solve this...
Use the --ignore-platform-reqs
flag to bypass it.
Getting this in CLI: