Skip to content

Commit

Permalink
compatible with laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
classiebit committed Jan 23, 2021
1 parent ea49302 commit a09eb45
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 30 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classiebit/eventmie",
"version": "1.0.8",
"version": "1.0.9",
"description": "Run your own Events business with Eventmie Pro. Use it as event ticket selling website or event management platform on your own domain.",
"keywords": [
"eventmie-pro",
Expand All @@ -27,16 +27,19 @@
}
],
"require": {
"illuminate/support": "~6.0|~7.0|~8.0",
"tightenco/ziggy": "~0.8",
"tcg/voyager": "1.3.*"
"tcg/voyager": "1.4.*"
},
"require-dev": {
"laravel/framework": "~6.0|~7.0|~8.0"
},
"autoload": {
"psr-4": {
"Classiebit\\Eventmie\\": "src/"
}
},
"minimum-stability": "stable",
"prefer-stable" : true,
"extra": {
"laravel": {
"providers": [
Expand Down
22 changes: 11 additions & 11 deletions publishable/assets/css/vendor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion publishable/assets/js/auth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a09eb45

Please sign in to comment.