Skip to content

Commit 87d1776

Browse files
committed
Update version constraints
1 parent b84d8e0 commit 87d1776

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/auth": "~5.5.0|~5.6.0|~5.7.0",
21-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
22-
"illuminate/notifications": "~5.5.0|~5.6.0|~5.7.0",
23-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
20+
"illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*",
21+
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
22+
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
23+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^7.0",
27-
"orchestra/testbench": "~3.5.0|~3.6.0"
27+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class TestCase extends Orchestra
1717
{
18-
public function setUp()
18+
public function setUp(): void
1919
{
2020
parent::setUp();
2121

0 commit comments

Comments
 (0)