Skip to content

Commit 652c5dc

Browse files
authored
Merge pull request #2 from hariadi/hariadi-patch-1
Update deps
2 parents d536ad1 + 7fc6b34 commit 652c5dc

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
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"illuminate/console": "5.7.*|5.8.*|^6.0",
15-
"illuminate/support": "5.7.*|5.8.*|^6.0",
16-
"illuminate/filesystem": "5.7.*|5.8.*|^6.0"
14+
"illuminate/console": "5.8.*|^6.0|^7.0",
15+
"illuminate/support": "5.8.*|^6.0|^7.0",
16+
"illuminate/filesystem": "5.8.*|^6.0|^7.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -24,9 +24,9 @@
2424
]
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^7.5",
27+
"phpunit/phpunit": "^8.0",
2828
"mockery/mockery": "^1.2",
29-
"orchestra/testbench": "^3.7"
29+
"orchestra/testbench": "^3.8"
3030
},
3131
"extra": {
3232
"laravel": {

tests/GeneratorCommandServiceProviderTest.php

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

99
class GeneratorCommandServiceProviderTest extends TestCase
1010
{
11-
public function tearDown()
11+
public function tearDown(): void
1212
{
1313
m::close();
1414
}

0 commit comments

Comments
 (0)