Merge "Don't autoload Vector.php using composer.json"

This commit is contained in:
jenkins-bot 2015-06-25 21:27:31 +00:00 committed by Gerrit Code Review
commit 95221186f4
1 changed files with 0 additions and 5 deletions

View File

@ -27,11 +27,6 @@
"php" : ">=5.3.2",
"composer/installers": ">1.0.12"
},
"autoload" : {
"files": [
"Vector.php"
]
},
"extra" : {
"branch-alias": {
"dev-master": "1.x-dev"