-
Notifications
You must be signed in to change notification settings - Fork 160
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
Error With Composer 2.2.0@unstable #226
Comments
More info from the same project Generating optimized autoload files
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
37 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Running composer update to apply merge settings
Loading composer repositories with package information
https://repo.packagist.com/inpsyde could not be fully loaded (Illegal string offset 'versions'), package information was loaded from the local cache and may be out of date
Error: Illegal string offset 'versions'
[ErrorException]
Illegal string offset 'versions' Seems like it happens with composer here. From the context, I'm making an assumption the problem is caused by improperly added warning or info that was expected to be an array, but a string was provided. |
Now able to reproduce locally. See updated Reproducing section. The problem appears to manifest with a new version of Composer, 2.2.0. Workaround: switch to 2.1.14. |
XedinUnknown
changed the title
Error When Used on CI
Error With Composer 2.2.0@unstable
Dec 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Symptoms
When used on GitHub Actions, the following error is produced:
Reproducing
The text was updated successfully, but these errors were encountered: