P T Weir
P T Weir
To simplify capturing, is this something that might theoretically be added as a provider to [gnome-network-displays](https://gitlab.gnome.org/GNOME/gnome-network-displays)? The only current providers are [Miracast / Wifi Direct](https://gitlab.gnome.org/GNOME/gnome-network-displays/-/blob/master/src/nd-wfd-p2p-sink.c) and a dummy provider but...
Think I may have this working using flaxandteal/Behat-Laravel-Extension@6fb801694365cdccd6cb3721e4abda7549e9aa97 - however, I am not familiar with Symfony DI so, as indicated in Behat/Behat#1108, I would be keen to get feedback from...
Thanks for the feedback @edumueller ! As the upstream bugfix has now been merged (Behat/Behat#1163) and it seems this works for others OK, I've PR'd the above in #81
That should work - IIRC, symfony/dependency-injection will be pulled in from 4.x by Laravel automatically, so explicitly adding the 3.x requirement was essentially to avoid the breaking change (that should...
At the moment, I think you'd need to use [these changes](https://github.com/laracasts/Behat-Laravel-Extension/issues/78#issuecomment-404562380) (or something similar) to get L5.6 deps working right with Behat. I have been doing so for a couple...
Cool! That's a really nice option, especially as I can see it often being a better match than the spinning up all the non-DB utils - may take a look...
The changes needed (afaict) seem to be mostly classnames - I have done this locally, but am not sure what the preferred way to keep backwards compatibility is? (happy to...
@rizkysyazuli i'll push to a branch on a fork, and you can try also (will report back here w link)
Patched version (no backward compatibility): https://github.com/flaxandteal/laravelcs/tree/feature/phpcs3-support Please note - I have tried this and seemed to work fine (with w0rp/ale in vim) on my own code, but it's quite possible...
@rizkysyazuli if you modify the instructions in the README to do: phpcs --standard=/path/to/cloned/flaxandteal/branch/laravelcs/Standards/Laravel/ /path/to/your/project/files instead of your normal phpcs call (wherever that is defined in your IDE)