Skip to content

Commit

Permalink
Merge pull request #2 from jshayes/change/phpunit-6.0-support
Browse files Browse the repository at this point in the history
Update to require PHPUnit 6.0+
  • Loading branch information
Justin Hayes authored Jan 5, 2018
2 parents 3ceb4c7 + e985bc7 commit 3ba451f
Show file tree
Hide file tree
Showing 5 changed files with 1,933 additions and 1,532 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
],
"require": {
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "^5.4"
"illuminate/support": "^5.4",
"phpunit/phpunit": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"squizlabs/php_codesniffer": "^3.0",
"orchestra/testbench": "^3.4",
"satooshi/php-coveralls": "^1.0"
Expand Down
Loading

0 comments on commit 3ba451f

Please sign in to comment.