From 7b4d6299ef03fbc5263a0832ce68c92a80ec82e1 Mon Sep 17 00:00:00 2001 From: Anwar Date: Wed, 31 Oct 2018 01:08:00 +0600 Subject: [PATCH] updated laravel v5.5, v5.6 and v5.7 --- app/Authentication/Commands/InstallCommand.php | 5 +++++ app/Library/Form/FormModel.php | 1 + composer.json | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/Authentication/Commands/InstallCommand.php b/app/Authentication/Commands/InstallCommand.php index 2bd70aa..7ccb22e 100755 --- a/app/Authentication/Commands/InstallCommand.php +++ b/app/Authentication/Commands/InstallCommand.php @@ -47,4 +47,9 @@ public function fire() $this->info('## Laravel Authentication ACL Installed successfully ##'); } + + public function handle() + { + $this->fire(); + } } diff --git a/app/Library/Form/FormModel.php b/app/Library/Form/FormModel.php index 11c0623..7966149 100755 --- a/app/Library/Form/FormModel.php +++ b/app/Library/Form/FormModel.php @@ -13,6 +13,7 @@ use LaravelAcl\Library\Exceptions\NotFoundException; use LaravelAcl\Authentication\Exceptions\PermissionException; use Event; +use LaravelAcl\Library\Form\formInterface as FormInterface; class FormModel implements FormInterface{ diff --git a/composer.json b/composer.json index 485f440..abf1d37 100755 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "license": "MIT", "type": "project", "require": { - "laravel/framework": "5.4.*", - "laravelcollective/html" : "5.4.*", + "laravel/framework": ">=5.5.0", + "laravelcollective/html": ">=5.5.0", "intervention/image": "2.*", "jacopo/authentication-sentry": "3.0.7", "gregwar/captcha": "1.1.1"