Skip to content

Commit

Permalink
[Intl] Remove resources data from classmap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Apr 16, 2024
1 parent 2fb503f commit 8d941ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"classmap": [ "Resources/stubs" ],
"files": [ "Resources/functions.php" ],
"exclude-from-classmap": [
"/Tests/"
"/Tests/",
"/Resources/data/"
]
},
"minimum-stability": "dev"
Expand Down

0 comments on commit 8d941ee

Please sign in to comment.