Carson Full
Carson Full
Looks good :+1:
This looks good to me :+1: How's this for the routes section? ``` js "routes": { "route name": { "controller" : "FooClass::barMethod", // Or some kind of signature "requirements": {...
Although I have to say I cringe at version constants in code. They are a pain for release management. Is that maintains cost worth having the version info?
This is going to be a major version increment for the PHP side, right?
Silex one, I'm fine with since they provide the constant - why not! Version....yeah it makes sense :/ Hard to be against it.
I have to ask: Any reason why the plugin can't have an Indexer like the Symfony2 plugin, that's makes this unneeded?
Yeah that makes sense. But this is only a pimple limitation. Can other things like routing not be figured out without dumping them? (Not to discredit this structure change)
I'm not sure why nightly is failing. I'd like to think it's unrelated to these changes. Is nightly tested on ~~master~~ main?