Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation Notice showing #20

Closed
afragen opened this issue Dec 3, 2024 · 1 comment
Closed

Deprecation Notice showing #20

afragen opened this issue Dec 3, 2024 · 1 comment

Comments

@afragen
Copy link

afragen commented Dec 3, 2024

Describe the bug

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)

My composer.json:

https://github.com/afragen/git-updater/blob/develop/composer.json

Output of composer diagnose:

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
@mcaskill
Copy link
Owner

mcaskill commented Dec 3, 2024

Thanks for the report. Fix deployed in v4.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants