Skip to content

Commit

Permalink
adopt pds/skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Feb 7, 2017
1 parent 0bc7a4f commit d1d569f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"psr/log": "^1.0",
"ext-mbstring": "*"
},
"require-dev": {
"pds/skeleton": "~1.0"

This comment has been minimized.

Copy link
@harikt

harikt Feb 8, 2017

Member

you should have added phpunit first :) . And I think pds/skelton should go in the README.md though. My personal opinion :-) .

This comment has been minimized.

Copy link
@pmjones

pmjones Feb 8, 2017

Member

good calls both. submit a PR if you have the time, otherwise i'll get to it later myself

This comment has been minimized.

Copy link
@harikt

harikt Feb 8, 2017

Member

@pmjones PR for you #146 . updated to make use of phpunit 6. One thing I probably wonder is do we need to move expectedException to its own test case methods. upto you :) .

},
"autoload": {
"psr-4": {
"Aura\\Sql\\": "src/"
Expand Down

0 comments on commit d1d569f

Please sign in to comment.