Skip to content

Commit c18aea9

Browse files
Merge branch '7.0' into 7.1
* 7.0: [Cache] Fix test failure related to Redis6Proxy on appveyor [Messenger] Fix reading pending messages with Redis [Serializer] Revert #54488 to fix BC Break [Validator] reviewed Polish translation for unit 113 [Validator] Missing translations for Croatian (hr) Add hint which version of Symfony not longer require proxy manager bridge review and fix hungarian validation message Update translation review uk translations v2 [Validator] Update message translations for unit 113 (TLD) [Intl] Remove resources data from classmap generation
2 parents 28d19d4 + 510a40c commit c18aea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"autoload": {
3838
"psr-4": { "Symfony\\Component\\Intl\\": "" },
3939
"exclude-from-classmap": [
40-
"/Tests/"
40+
"/Tests/",
41+
"/Resources/data/"
4142
]
4243
},
4344
"minimum-stability": "dev"

0 commit comments

Comments
 (0)