Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Fix Composer 2 compatibility #1

Open
brandonkelly opened this issue Oct 26, 2020 · 0 comments
Open

Fix Composer 2 compatibility #1

brandonkelly opened this issue Oct 26, 2020 · 0 comments

Comments

@brandonkelly
Copy link

When installing this plugin with Composer 1, the following deprecation notice is output:

Deprecation Notice: Class panlatent\craft\qiniu\volumes\QiniuVolume located in ./vendor/panlatent/craft-qiniu/src/volumens/QiniuVolume.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.

Composer 2 was released on October 24, and is now the default version that will be installed, so it’s critical that this gets resolved ASAP, or people will start getting Class not found errors.

To fix, run the following command:

> git mv src/volumens/QiniuVolume.php src/volumes/QiniuVolume.php

Then commit your change and tag a new release.

(Note that you must use the git mv command, as Git tends to not notice case-sensitive file renames otherwise.)

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

No branches or pull requests

1 participant