Skip to content

Commit

Permalink
Remove array_helper laravel package
Browse files Browse the repository at this point in the history
  • Loading branch information
classiebit committed Oct 22, 2019
1 parent aa00236 commit ef46bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Eventmie can be installed via composer. Easy... 🍻
* Laravel version 5.5 / 5.6 / 5.7 / 5.8 / 6.x
* Make sure to install Eventmie package on a **Fresh** or **Existing** Laravel application.
* We also assume that you've setup the database.
* If you're running MySql version older than < 5.7 then disable strict mode in Laravel `config/database.php` `'strict' => false`


## Install
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"require": {
"intervention/image": "*",
"tightenco/ziggy": "*",
"tcg/voyager": "*",
"laravel/helpers": "*"
"tcg/voyager": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ef46bb3

Please sign in to comment.