Update to Composer 2 (#12263)

* Update to Composer 2

No need to roll our own checks anymore since this is now built in.
Also limit the update check to once a week.

* update

* Make Composer wrapper report correct exit code

* Update composer_wrapper.php

* re-enable extension check

Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
Jellyfrog
2020-11-09 07:28:07 +01:00
committed by GitHub
parent 591384f321
commit b7676e4cc8
9 changed files with 15 additions and 88 deletions

2
lnms
View File

@ -13,7 +13,7 @@
|
*/
require __DIR__.'/bootstrap/autoload.php';
require __DIR__.'/vendor/autoload.php';
// Check that we don't run this as the wrong user and break the install
\App\Checks::runningUser();