Skip to content

Commit

Permalink
Merge pull request #3 from ragingdave/patch-1
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
jarektkaczyk authored Aug 10, 2018
2 parents 3e3394e + 0b7f51e commit c2d361e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"Sofa\\Eloquence\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"Sofa\\Eloquence\\MutableServiceProvider"
]
}
},
"minimum-stability": "stable",
"scripts": {
"test": "phpunit && ./vendor/bin/phpcs src --standard=psr2 --report=diff --colors",
Expand Down

0 comments on commit c2d361e

Please sign in to comment.