Gwendolen Lynch

Results 13 issues of Gwendolen Lynch

Symfony 4+ defaults to `public/` for the web root. If I have done my job properly this should cover that for all supported Symfony versions. Added tests for the command...

Wasn't sure of the project's desired location, but will happily rebase with a different location after review. - Tested on RHEL/CentOS 6 & 7 - Tested on Fedora 21

I hit a problem with CSRF tokens being rejected as invalid on both login and Symfony Form submissions. After a lot of head scratching, I observed that multiple sessions were...

From DBAL 3.2 the events systems is (mostly?) deprecated in favour of middleware, and custom schema manager + factory combination. The main purpose of this PR is to migrate as...

This is a follow-up for #177 * Update `composer.json` to (re)allow Doctrine ORM v3 & Lexer v3 * Use `Doctrine\ORM\Query\TokenType` over deprecated/removed lexer constants * Migrate entity fixtures to attributes

This might not be the best way to go, but it WFM, @tannerlinsley :smiley_cat: I'm not a React person, but as I best understand what is going on, React 18...

Just a quick PR: - (fix) A couple of variable names had typos - (update) Use HTML5 email regex Thank you :wave:

| Q | A | ------------- | --- | Branch? | main | Tickets | Closes #6298, closes #6317 | License | MIT | Doc PR | api-platform/docs#... Intended for...

| Q | A | ------------- | --- | Branch? | 3.2 | Tickets | #6264 #6279 #6283 | License | MIT @soyuka this is just an updated version of...

**API Platform version(s) affected**: 3.3.0-beta **Description** The following Symfony PR breaks serialization in some Behat tests https://github.com/symfony/symfony/pull/54531 **How to reproduce** ```shell composer config minimum-stability dev composer update php -d memory_limit=-1...