You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating autoload files
Deprecation Notice: McAskill\Composer\Path::create(): Implicitly marking parameter $basePath as nullable is deprecated, the explicit nullable type must be used instead in /Users/afragen/Documents/github/git-updater/vendor/mcaskill/composer-exclude-files/src/Path.php:33
How to reproduce
Run composer dump-autoload or really anything that creates the autoload files.
Autoload files are correctly created.
Expected behavior
Autoload files are correctly created and no Deprecation Notice is displayed.
Context
My environment:
OS: [e.g. macOS 10.14.6]
Composer version 2.8.3 2024-11-17 13:13:04
PHP version 8.4.1 (/opt/homebrew/Cellar/php/8.4.1/bin/php)
Checking composer.json: OK
Checking composer.lock: OK
Checking platform settings: OK
Checking git settings: OK git version 2.47.1
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com oauth access: OK does not expire
Checking disk free space: OK
Checking pubkeys:
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0 87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B 0C708369 153E328C AD90147D AFE50952
OK
Checking Composer version: OK
Checking Composer and its dependencies for vulnerabilities: OK
Composer version: 2.8.3
PHP version: 8.4.1
PHP binary path: /opt/homebrew/Cellar/php/8.4.1/bin/php
OpenSSL version: OpenSSL 3.4.0 22 Oct 2024
curl version: 8.11.0 libz 1.2.12 ssl OpenSSL/3.4.0 (SecureTransport)
zip: extension present, unzip present, 7-Zip not available
The text was updated successfully, but these errors were encountered:
Describe the bug
How to reproduce
Run
composer dump-autoload
or really anything that creates the autoload files.Autoload files are correctly created.
Expected behavior
Autoload files are correctly created and no Deprecation Notice is displayed.
Context
My environment:
My
composer.json
:https://github.com/afragen/git-updater/blob/develop/composer.json
Output of
composer diagnose
:The text was updated successfully, but these errors were encountered: