diff --git a/.travis.yml b/.travis.yml index 10026f2..0a85756 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php -php: - - 5.6 +php: - 7.0 - 7.1 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..54d3fe1 100755 --- a/composer.json +++ b/composer.json @@ -19,17 +19,18 @@ "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" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "mockery/mockery": "0.9.*", + "filp/whoops": "~2.0", "fzaninotto/faker": "~1.4", - "sebastian/exporter": "^2.0" + "mockery/mockery": "~1.0", + "phpunit/phpunit": "~6.0", + "symfony/thanks": "^1.0" }, "autoload": { "classmap": [