Skip to content

Commit

Permalink
Updated to Laravel 6.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Nov 21, 2019
1 parent fe3f847 commit e8e16f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
}
],
"require": {
"laravel/framework": "~5.5"
"laravel/framework": "~5.5|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2|^7.0",
"orchestra/testbench": "~3.5.0|~3.6.0"
"phpunit/phpunit": "^6.2|^7.0|^8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~4.0.0",
"orchestra/database": "~3.5.0|~3.6.0|~4.0.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

Expand Down

0 comments on commit e8e16f4

Please sign in to comment.