this cli sccript to build the toc.json file is broken in both J3 and J4 (different errors)
Labels |
Added:
?
|
Category | ⇒ | CLI |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-01-06 20:45:23 |
Closed_By | ⇒ | brianteeman |
Status | Closed | ⇒ | New |
Closed_Date | 2018-01-06 20:45:23 | ⇒ | |
Closed_By | brianteeman | ⇒ |
Reopened for J4 - different bug
Error : class 'Joomla\Mediawiki\Http' not found
Checking composer it says it should be there but its not there in "vendor-dir": "libraries/vendor"
Title |
|
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-01-21 20:46:38 |
Closed_By | ⇒ | mbabker |
Fixed via aed056a
Dev dependencies (require-dev
in Composer) aren't tracked in this repo the same as the production dependencies and their transient dependencies. So to use the script you have to run composer install
to get the dev dependencies (same as required for PHPUnit or Codeception).
thanks
Closed see #19315