Skip to content

Commit

Permalink
add's phpunit to dev of composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
daudmalik06 committed Jul 24, 2017
1 parent 51596c2 commit 8e71341
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
],
"minimum-stability": "stable",
"require": {
"mikehaertl/php-shellcommand": "^1.2",
"phpunit/phpunit": "^6.2"
"mikehaertl/php-shellcommand": "^1.2"
},
"autoload": {
"psr-4": {
"dawood\\phpChrome\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^6.2"
}
}

0 comments on commit 8e71341

Please sign in to comment.