Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Aug 27, 2019
1 parent b3b35b6 commit 1d38ada
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/http": "5.8.*",
"illuminate/routing": "5.8.*",
"illuminate/session": "5.8.*",
"illuminate/support": "5.8.*",
"illuminate/view": "5.8.*"
"illuminate/http": "6.0.*",
"illuminate/routing": "6.0.*",
"illuminate/session": "6.0.*",
"illuminate/support": "6.0.*",
"illuminate/view": "6.0.*"
},
"require-dev": {
"illuminate/database": "5.8.*",
"illuminate/database": "6.0.*",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.1"
},
Expand All @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.8-dev"
"dev-master": "6.0-dev"
},
"laravel": {
"providers": [
Expand Down
1 change: 0 additions & 1 deletion src/FormBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Illuminate\Http\Request;
use Illuminate\Support\Arr;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\App;
use Illuminate\Support\HtmlString;
use Illuminate\Support\Traits\Macroable;

Expand Down
1 change: 0 additions & 1 deletion src/HtmlServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Collective\Html;

use Illuminate\Support\Facades\Blade;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Str;
use Illuminate\View\Compilers\BladeCompiler;
Expand Down

0 comments on commit 1d38ada

Please sign in to comment.