Skip to content

Commit 3e69789

Browse files
Merge branch '4.4'
* 4.4: [Debug] disable new DebugClassLoader when testing the legacy one - updated AbstractToken to compare Roles - Updated isEqualTo method to match roles as default User implements EquatableInterface - added test case - bumped symfony/security-core to 4.4 typos bis typos Fix more bad tests Fix test fixtures with deprecated method signatures. Fix 4.3 tests forward compat [Messenger] fix empty amqp body returned as false [Mailer] Added messenger to dev dependencies. [Validator] Update "suggest" section in composer.json. Fix routing cache broken when using generator_class
2 parents d5ce17e + a9fd1a7 commit 3e69789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"symfony/yaml": "<4.4"
5050
},
5151
"suggest": {
52-
"psr/cache-implementation": "For using the metadata cache.",
52+
"psr/cache-implementation": "For using the mapping cache.",
5353
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
54-
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
54+
"doctrine/cache": "For using the default cached annotation reader.",
5555
"symfony/http-foundation": "",
5656
"symfony/intl": "",
5757
"symfony/translation": "For translating validation errors.",

0 commit comments

Comments
 (0)