Skip to content

Commit

Permalink
add support for laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 27, 2019
1 parent d3541e8 commit 0930aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"orchestra/testbench": "^3.7|^5.8",
"phpunit/phpunit": "^7.0|^8.0"
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/AuthorizeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class AuthorizeTest extends TestCase
{
public function setUp()
public function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 0930aee

Please sign in to comment.