Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexusmai committed Sep 5, 2019
2 parents c5a132e + 02c1d72 commit 821739d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
* Dynamic configuration (v2.4)
* Supported locales : ru, en, ar, sr, cs

## Laravel 6

#### For Laravel 6 - You need to install - String & Array Helpers Package

```php
composer require laravel/helpers
```

## In a new version 2.4

Now you can create your own config repositories, it will allow to change your configuration dynamically.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": ">=7.0.0",
"ext-zip": "*",
"ext-json": "*",
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*",
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
"league/flysystem": "^1.0",
"intervention/image": "^2.4",
"intervention/imagecache": "^2.3"
Expand Down

0 comments on commit 821739d

Please sign in to comment.