Skip to content

Commit

Permalink
Update composer.json to support Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryne committed Feb 25, 2020
1 parent 8016fab commit 2f13b3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/delvefore/laravel-packager-hermes",
"keywords": ["Laravel", "PackagerHermes"],
"require": {
"illuminate/support": "~5"
"illuminate/support": "~5|~6"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ In other words, this is a wrapper around Laravel 5 Artisan commands that targets
Via Composer

``` bash
$ composer require delvefore/packager-hermes
$ composer require delvefore/laravel-packager-hermes
```

Please note that this is specifically designed to work with the latest version of Laravel 5.
Please note that this is specifically designed to work with the latest version of Laravel 5 or 6.
However, you'd like to use it with Laravel 5.4 and below use service provider in `config/app.php`:

```php
Expand Down

0 comments on commit 2f13b3e

Please sign in to comment.