laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.75k stars 291 forks source link

The "--with-all-dependencies" option does not exist. #124

Closed genesiscz closed 3 years ago

genesiscz commented 3 years ago

Description:

image image

Steps To Reproduce:

barryvdh commented 3 years ago

Are you using Composer version 1? Can you upgrade to composer v2? (Or require spiral/roadrunner manually with Composer)

crynobone commented 3 years ago

spiral/roadrunner 2 does require Composer 2 actually. You can require it manually but still need to upgrade to Composer 2

genesiscz commented 3 years ago

I actually am on 2.0.7, v1 didn't ask if you want to continue as root

genesiscz commented 3 years ago

Ah, I see, it didn't ask. That means it was v1 probably, but isn't the package somehow envoking its own composer and not using my system one?