Skip to content

Commit 64f30df

Browse files
committed
Merge branch '2.8'
* 2.8: added the new Composer exclude-from-classmap option added the new Composer exclude-from-classmap option fix docblock description for the build() method fix expected argument type docblock Set back libxml settings after testings. fixed Twig deprecation notices
2 parents 002cd8b + d71a08c commit 64f30df

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
@@ -19,7 +19,10 @@
1919
"php": ">=5.5.9"
2020
},
2121
"autoload": {
22-
"psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }
22+
"psr-4": { "Symfony\\Component\\OptionsResolver\\": "" },
23+
"exclude-from-classmap": [
24+
"/Tests/"
25+
]
2326
},
2427
"minimum-stability": "dev",
2528
"extra": {

0 commit comments

Comments
 (0)