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 761bb6a commit b9ec6c3Copy full SHA for b9ec6c3
composer.json
@@ -11,7 +11,8 @@
11
"psr/log": "*"
12
},
13
"autoload": {
14
- "files": ["autoload.php"]
+ "classmap": ["lib/"],
15
+ "exclude-from-classmap": ["lib/task/generator/skeleton/", "lib/plugins/sfDoctrinePlugin/test/"]
16
17
"suggest": {
18
"friendsofsymfony1/doctrine1": "Doctrine plugin",
0 commit comments