Toon Verwerft
Toon Verwerft
FYI: Provided a PR for the first part of the process: Grabbing the information from the XSD: https://github.com/goetas-webservices/xsd-reader/pull/86. Next up is using this information to enhance the metadata and find...
Hello There, Just wanted to let you know that support was recently added to https://github.com/phpro/soap-client/releases/tag/4.0.0-alpha4 through https://github.com/phpro/soap-client/pull/560. Enjoy!
@echernyavskiy Thanks for the PR. This doesn't seem to be working on windows. Can you take a look at the failing appveyor tasks?
I don't own a Windows computer either. But can't merge this the way it is, since it breaks every windows installation :) Previously, i've used appveyor to debug this kind...
Thanks for reporting @echernyavskiy. The composer plugin is currently indeed not taking into account what PHP version you are executing with. See https://github.com/phpro/grumphp/blob/d6ba4be604db16a4a3fc0d2fc505c0667bbe95c4/src/Composer/GrumPHPPlugin.php#L210 on how this works. Care to take...
@echernyavskiy It boils down to scrolling through the files in composer/composer. - vendor/composer/composer/src/Composer/EventDispatcher/EventDispatcher.php - getPhpExecCommand() - It seems to be just using '\Symfony\Component\Process\PhpExecutableFinder' (but with additional logic) The plugin has...
You might need to escape the character twice to make sure it is escaped in both yaml and next in your git cli command. An alternative solution is to use:...
Closing this issue because of inactivity. Feel free to improve the documentation.
Thanks for the PR. Can you give me more details about what is going wrong exactly. I'm not sure if adding an env var for this purpose is the way...
I don't fully grasp the issue nor the implementation. I don't think it's a good idea to use an env variable to decide what to load or not. Therefore, I...