@david @nort i tried sudo -u www-data composer update and got
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Symfony/Component/Console/Command/DumpCompletionCommand.php:48
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Symfony/Component/Console/Command/DumpCompletionCommand.php:56
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Composer/Autoload/AutoloadGenerator.php:879
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Composer/Autoload/AutoloadGenerator.php:884
Loading composer repositories with package information GitHub API limit (0 calls/hr) is exhausted, could not fetch https://api.github.com/repos/turbo124/snappdf/commits/1afb8d951461375eb334bb54e211b7e5724c9d10. Create a GitHub OAuth token to go over the API rate limit. You can also wait until ? for the rate limit to reset.
I created the token and continued.
The process output some warnings
68 package suggestions were added by new dependencies, use composer suggest
to see details.
Generating optimized autoload files
Class Unirest\Response located in ./vendor/apimatic/unirest-php/src/Unirest/Response.php does not comply with psr-4 autoloading standard. Skipping.
Class Unirest\Method located in ./vendor/apimatic/unirest-php/src/Unirest/Method.php does not comply with psr-4 autoloading standard. Skipping.
Class Unirest\Request located in ./vendor/apimatic/unirest-php/src/Unirest/Request.php does not comply with psr-4 autoloading standard. Skipping.
Class Unirest\Exception located in ./vendor/apimatic/unirest-php/src/Unirest/Exception.php does not comply with psr-4 autoloading standard. Skipping.
Class Unirest\OverrideRetry located in ./vendor/apimatic/unirest-php/src/Unirest/OverrideRetry.php does not comply with psr-4 autoloading standard. Skipping.
Class Unirest\Request\Body located in ./vendor/apimatic/unirest-php/src/Unirest/Request/Body.php does not comply with psr-4 autoloading standard. Skipping.
Class Tests\Integration\Einvoice\FACT1Test located in ./tests/Integration/Einvoice/Fact1Test.php does not comply with psr-4 autoloading standard. Skipping.
Class CleverIt\UBL\Invoice\Codes\V21\PaymentCode located in ./vendor/invoiceninja/ubl_invoice/src/Codes/V21/PaymeanMeansCode.php does not comply with psr-4 autoloading standard. Skipping.
Warning: Ambiguous class resolution, “League\Flysystem\Local\FallbackMimeTypeDetector” was found 2x: in “/xxx/vendor/league/flysystem-local/FallbackMimeTypeDetector.php” and “/xxx/public_html/vendor/league/flysystem/src/Local/FallbackMimeTypeDetector.php”, the first will be used.
Warning: Ambiguous class resolution, “League\Flysystem\Local\LocalFilesystemAdapter” was found 2x: in “/xxx/public_html/vendor/league/flysystem-local/LocalFilesystemAdapter.php” and “/xxx/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php”, the first will be used.
Warning: Ambiguous class resolution, “Carbon\Doctrine\DateTimeType” was found 2x: in “/xxx/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php” and “/xxx/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeType.php”, the first will be used.
Warning: Ambiguous class resolution, “Carbon\Doctrine\CarbonType” was found 2x: in “/xxx/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php” and “/xxx/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonType.php”, the first will be used.
Warning: Ambiguous class resolution, “Carbon\Doctrine\DateTimeImmutableType” was found 2x: in “/xxx/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php” and “/xxx/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeImmutableType.php”, the first will be used.
Warning: Ambiguous class resolution, “Carbon\Doctrine\CarbonTypeConverter” was found 2x: in “/xxx/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php” and “/xxx/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonTypeConverter.php”, the first will be used.
Warning: Ambiguous class resolution, “Carbon\Doctrine\CarbonDoctrineType” was found 2x: in “/xxx/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php” and “/xxx/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonDoctrineType.php”, the first will be used.
Warning: Ambiguous class resolution, “Carbon\Doctrine\CarbonImmutableType” was found 2x: in “/xxx/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php” and “/xxx/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonImmutableType.php”, the first will be used.
Warning: Ambiguous class resolution, “Carbon\Doctrine\DateTimeDefaultPrecision” was found 2x: in “/xxx/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php” and “/xxx/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeDefaultPrecision.php”, the first will be used.
Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi
and completed
INFO Discovering packages.
barryvdh/laravel-debugbar … DONE
barryvdh/laravel-ide-helper … DONE
imdhemy/laravel-purchases … DONE
intervention/image … DONE
invoiceninja/inspector … DONE
laracasts/cypress … DONE
laravel/slack-notification-channel … DONE
laravel/socialite … DONE
laravel/tinker … DONE
laravel/ui … DONE
livewire/livewire … DONE
nesbot/carbon … DONE
nunomaduro/collision … DONE
nunomaduro/termwind … DONE
nwidart/laravel-modules … DONE
sentry/sentry-laravel … DONE
socialiteproviders/manager … DONE
spatie/laravel-ignition … DONE
turbo124/beacon … DONE
The apache log has a single error
“POST /api/v1/self-update? HTTP/1.1” 500 707 “-” “Dart/3.3 (dart:io)”
Anyway I can normally use the application.
Maybe some dirty file?