Skip to content

Commit

Permalink
upgrade: 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DissNik committed Nov 13, 2023
1 parent 4434645 commit 235eb5e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.0",
"lee-to/moonshine-algolia-search": "^1.0",
"moonshine/moonshine": "2.0.0.rc.3",
"moonshine/moonshine": "^2.0",
"torchlight/torchlight-laravel": "^0.5.11"
},
"require-dev": {
Expand Down
16 changes: 7 additions & 9 deletions composer.lock

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

4 changes: 2 additions & 2 deletions public/vendor/moonshine/assets/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/views/pages/ru/installation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<x-sub-title id="composer">Composer</x-sub-title>

<x-code language="shell">
composer require moonshine/moonshine:2.0.0.rc.3
composer require moonshine/moonshine
</x-code>

<x-sub-title id="install">Установка</x-sub-title>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/pages/ru/upgrade_guide.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"laravel/framework": "^10.23",
"lee-to/moonshine-algolia-search": "^1.0",
"moonshine/moonshine": "^1.60" // [tl! -- **]
"moonshine/moonshine": "^2.0.0.rc.3" // [tl! ++ **]
"moonshine/moonshine": "^2.0" // [tl! ++ **]
},
</x-code>

Expand Down

0 comments on commit 235eb5e

Please sign in to comment.