Skip to content

Commit

Permalink
Merge pull request #2 from nlzet/fix-composer-autoloading
Browse files Browse the repository at this point in the history
fix composer autoloading + move phpunit to dev dependencies
  • Loading branch information
dsentker authored Mar 26, 2017
2 parents ee13e70 + e9fd681 commit 825929c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"require": {
"php": "^5.4 || ^7.0",
"netresearch/jsonmapper": "^1.1",
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {"PhpInsights\\": "vendor/phpinsights/src"}
"psr-4": {"PhpInsights\\": "src"}
}
}

0 comments on commit 825929c

Please sign in to comment.