Matt Brunt

Results 15 comments of Matt Brunt

Interestingly, `http-interop/http-factory-slim` is set to conflict with slim: ``` "require": { "psr/http-factory": "^1.0", "slim/http": "^0.1.1" }, "conflict": { "slim/slim": "

Yeah, I've been pondering how to solve this as it doesn't let you do much :/

Cool, thanks for this! I'll check out the build failures when I get chance this weekend, they're not something you've caused - the whole thing has issues it seems (I...

@mbrodala I've fixed the test issues so if you pull in `Brunty:master` to your branch it should be all good :)

It would! I'll have to look into how phar files are packaged :)

![](https://media1.giphy.com/media/5PSPV1ucLX31u/giphy.gif) Thanks for this! Will take a look over it later on :)

Can this be added to travis so it runs in CI too?

Curl has `CURLOPT_CONNECTTIMEOUT` and `CURLOPT_TIMEOUT` so this should be fine to add. Just need to work out a test for it. If we set defaults then allow them to be...

Would there be a way to specify that certain folders require 777 permissions via the .dashbrew YAML file within the project?

I was taking a look, a way to mount certain folders within a project with certain permissions would be a really nice feature in the .dashbrew files for projects. Perhaps...