Skip to content

Commit

Permalink
Update required
Browse files Browse the repository at this point in the history
  • Loading branch information
fomvasss committed Dec 21, 2017
1 parent 07428d0 commit b694160
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog LaravelVariables

## 1.0.1 - 2017-12-21

- Update required

## 1.0.0 - 2017-12-12

- Initial release, make package
6 changes: 6 additions & 0 deletions README.md
@@ -1,5 +1,11 @@
# Laravel Variables

[![Latest Stable Version](https://poser.pugx.org/fomvasss/laravel-variables/v/stable)](https://packagist.org/packages/fomvasss/laravel-variables)
[![Total Downloads](https://poser.pugx.org/fomvasss/laravel-variables/downloads)](https://packagist.org/packages/fomvasss/laravel-variables)
[![Latest Unstable Version](https://poser.pugx.org/fomvasss/laravel-variables/v/unstable)](https://packagist.org/packages/fomvasss/laravel-variables)
[![License](https://poser.pugx.org/fomvasss/laravel-variables/license)](https://packagist.org/packages/fomvasss/laravel-variables)
[![Quality Score](https://img.shields.io/scrutinizer/g/fomvasss/laravel-variables.svg?style=flat-square)](https://scrutinizer-ci.com/g/fomvasss/laravel-variables)

## Installation
Run:
```bash
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -20,7 +20,8 @@
"require": {
"php" : ">=7.0.0",
"illuminate/support": "5.3.*|5.4.*|5.5.*",
"illuminate/database": "5.3.*|5.4.*|5.5.*"
"illuminate/database": "5.3.*|5.4.*|5.5.*",
"illuminate/cache": "5.3.*|5.4.*|5.5.*"
},
"autoload": {
"files": [
Expand Down
1 change: 0 additions & 1 deletion src/VariableServiceProvider.php
Expand Up @@ -25,7 +25,6 @@ public function boot()
], 'variables-migrations');
}


if ($this->app->runningInConsole()) {
$this->commands([
Commands\SetVariable::class,
Expand Down

0 comments on commit b694160

Please sign in to comment.