Skip to content

Commit

Permalink
minor #54632 [Emoji] Remove resources data from classmap generation (…
Browse files Browse the repository at this point in the history
…shyim)

This PR was merged into the 7.1 branch.

Discussion
----------

[Emoji] Remove resources data from classmap generation

| Q             | A
| ------------- | ---
| Branch?       | 7.1
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        |
| License       | MIT

Same as #54625 but for Emoji,

FYI: `@stof`

Commits
-------

fddce25 [Emoji] Remove resources data from classmap generation
  • Loading branch information
fabpot committed Apr 17, 2024
2 parents a7900e8 + fddce25 commit d600f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Symfony/Component/Emoji/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"autoload": {
"psr-4": { "Symfony\\Component\\Emoji\\": "" },
"exclude-from-classmap": [
"/Tests/"
"/Tests/",
"/Resources/data/"
]
},
"minimum-stability": "dev"
Expand Down

0 comments on commit d600f5b

Please sign in to comment.