-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
PHP Fatal error: Uncaught TypeError: Cannot assign Composer\PartialComposer to property NunoMaduro\PhpInsights\Domain\ComposerLoader::$composer of type ?Composer\Composer #565
Comments
The root of the issue is the composer. As the composer maintainer said in #559, we need to remove the @nunomaduro @Jibbarth @olivernybroe Could you guys please help with this? As it's not possible to install the package anymore. |
The people reporting this issue, are free to make a pull request. Personally, I don't have time for this project. 👍🏻 |
temp fix that worked for me: |
That is what the pr in #566 does. |
fixed in #566 |
Can we have a release with the fix @cmgmyr ? Thanks! |
This commit will fix nunomaduro/phpinsights#565 error, it's came from nunomaduro/phpinsights#566 , and this commit will also switch the target version to dev-master, since the upstream repository has not yet released a version, This will last for some time. Signed-off-by: Teakowa Gatanothor O'deorain <[email protected]>
'preset' => 'laravel',
Running
./vendor/bin/phpinsights
results an errorLocked composer version "dev-main"
The text was updated successfully, but these errors were encountered: