Skip to content

Commit

Permalink
Merge pull request #1 from Lykegenes/dev
Browse files Browse the repository at this point in the history
Added Tests
  • Loading branch information
patricksamson committed Jul 13, 2015
2 parents ea5f155 + ec22829 commit 54ce6db
Show file tree
Hide file tree
Showing 6 changed files with 1,962 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
],
"require": {
"illuminate/support": "~5.1",
"illuminate/http": "~5.1",
"php" : ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
"scrutinizer/ocular": "~1.1"
"mockery/mockery": "0.9.*"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 54ce6db

Please sign in to comment.