Frank Stelzer

Results 7 comments of Frank Stelzer

I would vote for sqlite because you do not have to start an additional container for this database. About the requirements: * mailing should also be possible? Or should we...

@OlivierToussaint the aim of your linked docker setup is to start a new Symfony project not to use an existing one. Btw: The project uses the second approach I mentioned...

@OlivierToussaint Ok, for inspiration it is good enough. @Syther101 The question of the base image is a good one. `php:7.1-jessie` would be 378MB in size, `php:7.2.7-fpm-alpine` would be only 81MB....

Is there any real need for this implementation? If yes, pact-php would need a mechanism to configure the used client to profit from this change.

@DaSourcerer Sure no problem. Branch is cleaned.

@shmax > Can you elaborate a little on what problems that causes? I didn't expected any text modification when an invalid code is given. For my current project the strtolower...

ParamConverters currently try to "magically" convert some request parameters to some other value, independent to the actual route and targeted action and that's in my opinion the most problematic point...