Lamonte
Lamonte
@LukeTowers that dev tag doesn't exist
> Probably because 2.0 and 3.0 have been tagged since then 😜  where? @LukeTowers
@LukeTowers interesting, that repo isn't on packagist (couldn't find it myself). So I guess I'll force use that repo instead.
Yeah that's less confusing, that one would not show up when i searched.
@0x11-dev https://pub.dev/packages/global_shortcuts
@TsundereBug you should add this as an official plugin so we can just install via plugin manager. https://plugins.jetbrains.com
Yeah, was just a simple class eg.: namespace TMI; class Test { public function example() { return 'example'; } } Was testing autowiring, just doesn't seem to work.
Yeah it was setup w/ PSR-4 autoload setting. When I get a chance today I'll double check my setup and post it. Just to confirm I'm using silex 2.0.x +...