Skip to content

Commit

Permalink
Optimize autoload prefix in composer.json
Browse files Browse the repository at this point in the history
By having more specific autoload prefixes it is possible to reduce the number of stat calls made. Also it prevents possible collisions.
  • Loading branch information
Slamdunk committed Sep 28, 2012
1 parent 48e5695 commit 195ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "org\\bovigo\\vfs": "src/main/php" }
"psr-0": { "org\\bovigo\\vfs\\": "src/main/php" }
}
}

0 comments on commit 195ce25

Please sign in to comment.