Skip to content

Commit 1d38ada

Browse files
committed
Minor fixes
1 parent b3b35b6 commit 1d38ada

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Diff for: composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
],
2020
"require": {
2121
"php": ">=7.1.3",
22-
"illuminate/http": "5.8.*",
23-
"illuminate/routing": "5.8.*",
24-
"illuminate/session": "5.8.*",
25-
"illuminate/support": "5.8.*",
26-
"illuminate/view": "5.8.*"
22+
"illuminate/http": "6.0.*",
23+
"illuminate/routing": "6.0.*",
24+
"illuminate/session": "6.0.*",
25+
"illuminate/support": "6.0.*",
26+
"illuminate/view": "6.0.*"
2727
},
2828
"require-dev": {
29-
"illuminate/database": "5.8.*",
29+
"illuminate/database": "6.0.*",
3030
"mockery/mockery": "~1.0",
3131
"phpunit/phpunit": "~7.1"
3232
},
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "5.8-dev"
43+
"dev-master": "6.0-dev"
4444
},
4545
"laravel": {
4646
"providers": [

Diff for: src/FormBuilder.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Illuminate\Http\Request;
1212
use Illuminate\Support\Arr;
1313
use Illuminate\Support\Collection;
14-
use Illuminate\Support\Facades\App;
1514
use Illuminate\Support\HtmlString;
1615
use Illuminate\Support\Traits\Macroable;
1716

Diff for: src/HtmlServiceProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Collective\Html;
44

5-
use Illuminate\Support\Facades\Blade;
65
use Illuminate\Support\ServiceProvider;
76
use Illuminate\Support\Str;
87
use Illuminate\View\Compilers\BladeCompiler;

0 commit comments

Comments
 (0)