Skip to content

Commit 1a30250

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 85fd10e + c91db9f commit 1a30250

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.3.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)