Skip to content

Commit 8eddaa2

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: added the new Composer exclude-from-classmap option fix expected argument type docblock Set back libxml settings after testings. fixed Twig deprecation notices
2 parents 9763eb1 + 67f8463 commit 8eddaa2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
"symfony/framework-bundle": "For templating with PHP."
4343
},
4444
"autoload": {
45-
"psr-4": { "Symfony\\Component\\Form\\": "" }
45+
"psr-4": { "Symfony\\Component\\Form\\": "" },
46+
"exclude-from-classmap": [
47+
"/Tests/"
48+
]
4649
},
4750
"minimum-stability": "dev",
4851
"extra": {

0 commit comments

Comments
 (0)