Skip to content

Commit

Permalink
Reverting composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
r4j4h committed Dec 1, 2014
1 parent 2608b70 commit 15c97d1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "druid/php-druid-query",
"name": "r4j4h/php-druid-query",
"description": "Experimental PHP wrapper around querying druid",
"keywords": ["druid", "querying", "query", "parameterized query"],
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3.0",
"guzzle/guzzle": "~3.8"
"guzzle/guzzle": "~3.9"
},
"require-dev": {
"phpunit/phpunit": "4.2.*",
Expand All @@ -22,14 +22,12 @@
},
"autoload": {
"psr-4": {
"DruidFamiliar\\": "src/DruidFamiliar/",
"Guzzle\\": "vendor/guzzle/guzzle/src/"
"DruidFamiliar\\": "src/DruidFamiliar/"
}
},
"autoload-dev": {
"psr-4": {
"DruidFamiliar\\": ["tests/DruidFamiliar/", "examples/src/"],
"Guzzle\\": "vendor/guzzlehttp/guzzle/src/"
"DruidFamiliar\\": ["tests/DruidFamiliar/", "examples/src/"]
}
},
"extra": {
Expand Down

0 comments on commit 15c97d1

Please sign in to comment.