Skip to content

Commit

Permalink
Merge pull request #382 from LavaLite/9.x
Browse files Browse the repository at this point in the history
Composer update for lavalite 9.x
  • Loading branch information
georgemjohn authored Mar 6, 2022
2 parents 1353a46 + 3a3fca3 commit 107e3f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"laravel/tinker": "^2.7",
"laravel/ui": "^3.3",

"lavalite/framework": "^8.0",
"litefront/default": "^1.0",
"litefront/user": "^1.0",
"litefront/public": "^1.0",
"lavalite/framework": "^9.0",
"litefront/default": "^1.1",
"litefront/user": "^1.1",
"litefront/public": "^1.1",

"litecms/block": "^8.0",
"litecms/blog": "^8.0",
"litecms/contact": "^8.0",
"litecms/page": "^8.0"
"litecms/block": "^9.0",
"litecms/blog": "^9.0",
"litecms/contact": "^9.0",
"litecms/page": "^9.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
Expand Down
2 changes: 0 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@
Litecms\Contact\ContactServiceProvider::class,
Litecms\Page\PageServiceProvider::class,
Litecms\Blog\Providers\BlogServiceProvider::class,
Litecms\Blog\Providers\BlogServiceProvider::class,
Litecms\Advert\Providers\AdvertServiceProvider::class,

/*
* Application Service Providers...
Expand Down

0 comments on commit 107e3f2

Please sign in to comment.