Skip to content

Commit

Permalink
Update to fascade (#51)
Browse files Browse the repository at this point in the history
* Updated the code to fascade

* Updated To Facade: get command completed

* Updated To Facade: set command completed

* Updated To Facade: has command completed

* Updated To Facade: remove command completed

* Updated To Facade: merge command completed
  • Loading branch information
dschoenbauer authored Dec 21, 2016
1 parent 6f2b1eb commit 6bc910f
Show file tree
Hide file tree
Showing 18 changed files with 1,481 additions and 314 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"DSchoenbauer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DSchoenbauerTest\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^5.6",
"satooshi/php-coveralls": "dev-master"
Expand Down
163 changes: 87 additions & 76 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 6bc910f

Please sign in to comment.