First search for your question or topic, or browse the discussions below
Hi, i try to install the Spryker Code Upgrader but i get an error with package conflicts. Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires spryker-sdk/upgrader dev-master -> satisfiable by spryker-sdk/upgrader[dev-master]. - spryker-sdk/upgrader dev-master…
Hi all, I am getting errors with my composer setup in my local environment. I'm trying to update outdated packages in an existing project that has been running fine but am running into the same error again and again. Could someone explain if possible why I'm getting this error when running docker/sdk cli composer install…
I got a quite specific use case within my code, where I create an anonymous class extending another class dynamically. Our pipelines fail since Spryker's composer-constrainer cannot handle this. class_alias($class, '\AnyClass'); // value of $class is only known at runtime $extendedClass = new class () extends \AnyClass {…}…
Heyhey, in the last weeks there are more and more questions about an exception while doing composer commands. It is normally about the "curl error 55" exception, for example: curl error 55 while downloading https://repo.packagist.org/p2/spryker/cms-block-gui-extension~dev.json: Failed sending data to the peer If there is…