Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #47 from IlCallo/patch-1
Browse files Browse the repository at this point in the history
Supported Laravel 5.6 and PHPUnit 7.
  • Loading branch information
furey authored Feb 20, 2018
2 parents 9835271 + de2102e commit 81f5b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"require": {
"laravel/tinker": "~1.0",
"illuminate/container": "5.2.* || 5.3.* || 5.4.* || 5.5.*"
"illuminate/container": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
"phpunit/phpunit": "^6.4|^7.0"
}
}

0 comments on commit 81f5b33

Please sign in to comment.