Skip to content

Commit 510a40c

Browse files
Merge branch '6.4' into 7.0
* 6.4: [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 295995d + 670d564 commit 510a40c

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
@@ -34,7 +34,8 @@
3434
"autoload": {
3535
"psr-4": { "Symfony\\Component\\Intl\\": "" },
3636
"exclude-from-classmap": [
37-
"/Tests/"
37+
"/Tests/",
38+
"/Resources/data/"
3839
]
3940
},
4041
"minimum-stability": "dev"

0 commit comments

Comments
 (0)