Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Reshetilo committed Nov 24, 2021
1 parent 439a856 commit 608d766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ after composer install, do the following action:
php artisan vendor:publish --tag=artisanui
```

if you have laravel version < 5.5 register VladReshet\ArtisanUi\ArtisanUiServiceProvider

That's all!

## Usage
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"require": {
"ext-posix": "*",
"php": "^7.2|^8.0",
"php-school/cli-menu": "^4.1",
"laravel/laravel": ">=6.0"
"php-school/cli-menu": "^4.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 608d766

Please sign in to comment.