Skip to content

Commit a06490c

Browse files
committed
Excludes propel/propel1 from classmap.
1 parent 31df8b5 commit a06490c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"autoload": {
2020
"psr-4": { "Propel\\Bundle\\PropelBundle\\": "" },
2121
"files": ["autoload_aliases.php"],
22-
"exclude-from-classmap": [ "Tests/" ]
22+
"exclude-from-classmap": [ "Tests/","vendor/propel/propel1/runtime/lib","vendor/propel/propel1/generator/lib" ]
2323
},
2424
"version": "1.7.1",
2525
"require": {

0 commit comments

Comments
 (0)