Difference between revisions of "User:Andre"
From Security Vision
Line 3: | Line 3: | ||
* [[Help:Statements About Statements]] | * [[Help:Statements About Statements]] | ||
* [[Help:Cite]] | * [[Help:Cite]] | ||
− | + | * [[Help:Unknown Entities Pages]] | |
Ask [[User:Ruben]] how he is using composer to install extension: | Ask [[User:Ruben]] how he is using composer to install extension: | ||
Line 9: | Line 9: | ||
* edit composer.local.json adding <code>"mediawiki/semantic-result-formats": "~3.1"</code> to the require list | * edit composer.local.json adding <code>"mediawiki/semantic-result-formats": "~3.1"</code> to the require list | ||
* <code>php composer.phar update --no-dev</code> responds with composer.phar cannot be found | * <code>php composer.phar update --no-dev</code> responds with composer.phar cannot be found | ||
− | |||
− |
Revision as of 18:35, 18 January 2022
Pages with research & technical notes
Ask User:Ruben how he is using composer to install extension:
- in mediawiki dir
- edit composer.local.json adding
"mediawiki/semantic-result-formats": "~3.1"
to the require list php composer.phar update --no-dev
responds with composer.phar cannot be found