Skip to content

Commit

Permalink
Merge pull request #289 from DissNik/2.0-upgrate
Browse files Browse the repository at this point in the history
upgrade: 2.0
  • Loading branch information
DissNik authored Nov 10, 2023
2 parents 3961a1a + 5f9b473 commit c12acb1
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 41 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.2",
"moonshine/moonshine": "2.0.0.rc.3",
"torchlight/torchlight-laravel": "^0.5.11"
},
"require-dev": {
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

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

52 changes: 27 additions & 25 deletions public/vendor/moonshine/assets/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendor/moonshine/assets/main.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/views/pages/ru/installation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
Для использования MoonShine необходимо выполнение следующих требований перед установкой:
</x-p>

<x-ul :items="['php >=8.1', 'laravel >= 10.20', 'composer']"></x-ul>
<x-ul :items="['php >=8.1', 'laravel >= 10.23', 'composer']"></x-ul>

<x-sub-title id="composer">Composer</x-sub-title>

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

<x-sub-title id="install">Установка</x-sub-title>
Expand Down

0 comments on commit c12acb1

Please sign in to comment.