Skip to content

Commit

Permalink
Update Composer.json with PSR-4
Browse files Browse the repository at this point in the history
Related to #198, thanks to marc-mabe for identifying this problem!
  • Loading branch information
polyfractal committed Apr 3, 2015
1 parent 80a8c4c commit 19d5f11
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@
"cpliakas/git-wrapper": "~1.0"
},
"autoload": {
"psr-0": {
"Elasticsearch": "src/",
"Elasticsearch\\Tests" : "tests/",
"Elasticsearch\\Benchmarks" : "benchmarks/"
"psr-4": {
"Elasticsearch\\": "src/Elasticsearch/"
}
},
"autoload-dev": {
"psr-4": {
"Elasticsearch\\Tests\\": "tests/Elasticsearch/Tests/",
"Elasticsearch\\Benchmarks\\": "benchmarks/Elasticsearch/Benchmarks/"
}
},
"repositories": [
Expand Down

0 comments on commit 19d5f11

Please sign in to comment.