Skip to content

Commit

Permalink
[code] Added unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
indy2kro committed Feb 23, 2020
1 parent 8ba1b3d commit 3a4da17
Show file tree
Hide file tree
Showing 7 changed files with 2,278 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/nbproject/
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@
}
],
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "~6.0",
"php": "^7.2",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "~9.0"
},
"autoload": {
"psr-4": {
"BuxferApi\\": "src/BuxferApi/"
Expand Down
Loading

0 comments on commit 3a4da17

Please sign in to comment.