Skip to content

Commit

Permalink
Use testing-helpers v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Apr 7, 2016
1 parent c43e4ff commit 352206c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
"php": "^5.5||^7"
},
"require-dev": {
"view-components/testing-helpers":"^1.10",
"illuminate/database": "*",
"squizlabs/php_codesniffer": "~2.3"
"view-components/testing-helpers":"^2.0.1",
"illuminate/database": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -40,7 +39,13 @@
},
"scripts": {
"post-create-project-cmd": [
"ViewComponents\\TestingHelpers\\Installer\\Installer::postComposerInstall"
"ViewComponents\\TestingHelpers\\Installer\\Installer::runFromComposer"
],
"post-update-cmd": [
"ViewComponents\\TestingHelpers\\Installer\\Installer::runFromComposer"
],
"post-install-cmd": [
"ViewComponents\\TestingHelpers\\Installer\\Installer::runFromComposer"
],
"test": "php vendor/phpunit/phpunit/phpunit",
"cs": "php vendor/squizlabs/php_codesniffer/scripts/phpcs --standard=psr2 src/"
Expand Down

0 comments on commit 352206c

Please sign in to comment.