We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e82fcc commit c44b379Copy full SHA for c44b379
composer.json
@@ -33,7 +33,10 @@
33
"symfony/http-foundation": ""
34
},
35
"autoload": {
36
- "psr-0": { "Symfony\\Component\\Form\\": "" }
+ "psr-0": { "Symfony\\Component\\Form\\": "" },
37
+ "exclude-from-classmap": [
38
+ "/Tests/"
39
+ ]
40
41
"target-dir": "Symfony/Component/Form",
42
"minimum-stability": "dev",
0 commit comments