Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Apr 18, 2017
1 parent 67d4494 commit 3b7d5cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@
},
"require-dev": {
"phpunit/phpunit": "^5.6",
"phpunit/dbunit": "^2.0"
"phpunit/dbunit": "^2.0",
"guzzlehttp/guzzle": "^6.2"
},
"autoload": {
"psr-4": {
"Fusio\\Custom\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Fusio\\Custom\\Tests\\": "tests/"
}
}
}
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b7d5cd

Please sign in to comment.