Difference between revisions of "User:Andre"

From Security Vision
Jump to: navigation, search
(Replaced content with "Pages with research & technical notes * Help:Statements About Statements * Help:Cite")
Tag: Replaced
Line 3: Line 3:
 
* [[Help:Statements About Statements]]  
 
* [[Help:Statements About Statements]]  
 
* [[Help:Cite]]
 
* [[Help:Cite]]
 +
 +
 +
Ask [[User:Ruben]] how he is using composer to install extension:
 +
* in  mediawiki dir
 +
* 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

Revision as of 18:20, 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