Skip to content

Commit

Permalink
Added some test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensiealvarezz committed Jul 11, 2020
1 parent 6095f7b commit e38e099
Show file tree
Hide file tree
Showing 5 changed files with 4,869 additions and 2 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "mackensiealvarezz/tdameritrade-laravel",
"description": "TD Ameritrade API Package For Laravel",
"type": "library",
"license": "MIT",
"readme": "README.md",
"authors": [{
Expand All @@ -15,11 +16,20 @@
"Mackensiealvarezz\\Tdameritrade\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Mackensiealvarezz\\Tdameritrade\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Mackensiealvarezz\\Tdameritrade\\TdameritradeServiceProvider"
]
}
},
"require-dev": {
"phpunit/phpunit": "^9.2",
"orchestra/testbench": "^5.3"
}
}
Loading

0 comments on commit e38e099

Please sign in to comment.