Erik Müller
Erik Müller
Fixes #224
Given following statement (from the [MySQL documentation](http://dev.mysql.com/doc/refman/5.7/en/user-variables.html)): ``` $parser = new PHPSQLParser(); $parsed = $parser->parse('SELECT (@a:=20), @a FROM tbl_name', true); ``` Expectation is a result with the parsed meta data....
## Summary Allow basic-auth for a more feasible way to authenticate for a wide range of web apps ## Related issues Fixes #3687 ## User Explanation Check if basic-auth headers...
Add support for Nomad job specifications in JSON format using the Nomad Job marshaller
As api-platform is handling its packages in a similar way like Symfony does but only posts the changelog in the main repo, this could/should be used as the source for...
Respect a possible project auth.json file as the documentation describes Fixes #932
Fixes #523 again after #529 kind of reverted it
[doctrine/doctrine-bundle](https://www.doctrine-project.org/) got released in version 3. We would like to have see this package supporting this major release so we are able to upgrade.