Skip to content

Commit

Permalink
Merge pull request #5 from Betalabs/Formatter
Browse files Browse the repository at this point in the history
Allow use custom formatter and including some phpunit tests
  • Loading branch information
developernaren committed Nov 12, 2018
2 parents 1eedbaf + bbd176b commit 341dc90
Show file tree
Hide file tree
Showing 7 changed files with 1,963 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
vendor
vendor
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -11,7 +11,8 @@
],
"autoload" : {
"psr-4" : {
"Pagevamp\\" : "src/"
"Pagevamp\\" : "src/",
"Tests\\": "tests/"
}
},
"require": {
Expand All @@ -27,6 +28,8 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12"
"friendsofphp/php-cs-fixer": "^2.12",
"phpunit/phpunit": "^6.5",
"mockery/mockery": "^1.2"
}
}

0 comments on commit 341dc90

Please sign in to comment.