Installed composer locallly with
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
cd wiki/extensions/MissedPages
php ~/composer.phar install --no-dev
Loading composer repositories with package information
Updating dependencies
Package operations: 1 install, 0 updates, 0 removals
- Installing davaxi/sparkline (1.1.2): Downloading (100%)
Writing lock file
Generating autoload files
ls -l ./vendor/davaxi
total 4
drwxrwxr-x 4 johnbray pg9443188 4096 May 18 13:22 sparkline
but the wiki page still has the
[XOBp8kEoPp2CSkW7kFvF7QAAAAM] /Special:MissedPages Error from line 117 of /home/johnbray/wiki1.fancy-test.com/extensions/MissedPages/includes/SpecialMissedPages.php: Class 'Davaxi\Sparkline' not found
Not sure how I can tell it to look in that directory for it