Skip to content

Commit 825929c

Browse files
authored
Merge pull request #2 from nlzet/fix-composer-autoloading
fix composer autoloading + move phpunit to dev dependencies
2 parents ee13e70 + e9fd681 commit 825929c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"require": {
55
"php": "^5.4 || ^7.0",
66
"netresearch/jsonmapper": "^1.1",
7-
"guzzlehttp/guzzle": "^6.2",
7+
"guzzlehttp/guzzle": "^6.2"
8+
},
9+
"require-dev": {
810
"phpunit/phpunit": "^5.7"
911
},
1012
"autoload": {
11-
"psr-4": {"PhpInsights\\": "vendor/phpinsights/src"}
13+
"psr-4": {"PhpInsights\\": "src"}
1214
}
1315
}

0 commit comments

Comments
 (0)