Hello,
When I use composer require extension-name I get the following.
servername:/var/www/whatsonyourscrubs.com/html$ composer require flarum/akismet
Using version v0.1.0-beta.14.1 for flarum/akismet
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Killed
Then what I end up having to do is typing composer update in order to get it to install or update. Here is an example:
servername:/var/www/whatsonyourscrubs.com/html$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
- Installing tijsverkoyen/akismet (1.1.1): Downloading (100%)
- Installing flarum/akismet (v0.1.0-beta.14.1): Downloading (100%)
Writing lock file
Generating autoload files
62 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Does anyone know why this might be happening? I will past php flarum info below.
servernamel:/var/www/whatsonyourscrubs.com/html$ php flarum info
Flarum core 0.1.0-beta.14.1
PHP version: 7.4.12
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, pcntl, Reflection, SPL, session, standard, sodium, mysqlnd, PDO, xml, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, iconv, imagick, imap, intl, json, exif, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, soap, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlrpc, xmlwriter, xsl, zip, Zend OPcache
+-------------------------------+------------------+--------+
| Flarum Extensions | | |
+-------------------------------+------------------+--------+
| ID | Version | Commit |
+-------------------------------+------------------+--------+
| flarum-tags | v0.1.0-beta.14 | |
| flarum-lang-english | v0.1.0-beta.14.1 | |
| flarum-markdown | v0.1.0-beta.14 | |
| flarum-pusher | v0.1.0-beta.14.1 | |
| flarum-mentions | v0.1.0-beta.14 | |
| v17development-seo | 1.4 | |
| flarum-statistics | v0.1.0-beta.14 | |
| flarum-sticky | v0.1.0-beta.14 | |
| flarum-subscriptions | v0.1.0-beta.14 | |
| flarum-suspend | v0.1.0-beta.14 | |
| flarum-flags | v0.1.0-beta.14.1 | |
| flarum-approval | v0.1.0-beta.14 | |
| flarum-likes | v0.1.0-beta.14 | |
| flarum-lock | v0.1.0-beta.14 | |
| flarum-bbcode | v0.1.0-beta.12 | |
| clarkwinkelmann-circle-groups | 0.2.2 | |
| flarum-emoji | v0.1.0-beta.14 | |
| fof-formatting | 0.2.0 | |
| fof-links | 0.4.0 | |
| fof-follow-tags | 0.5.1 | |
| fof-merge-discussions | 0.4.0 | |
| fof-profile-image-crop | 0.2.0 | |
| fof-reactions | 0.4.2 | |
| fof-share-social | 0.2.0 | |
| fof-split | 0.5.0 | |
| fof-user-bio | 0.3.1 | |
| fof-recaptcha | 0.2.0 | |
| flarum-akismet | v0.1.0-beta.14.1 | |
+-------------------------------+------------------+--------+
Base URL: https://whatsonyourscrubs.com
Installation path: /var/www/whatsonyourscrubs.com/html
Debug mode: off
Thank you for your help.