Skip to content

Commit

Permalink
[3.x] Livewire 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Aug 27, 2023
1 parent cbfb7a5 commit 7ef185f
Show file tree
Hide file tree
Showing 8 changed files with 792 additions and 520 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 1,9 @@
# CHANGELOG

## v3.0.0 (2023-08-27)
- Livewire 3 support
- Drop PHP8.0, Laravel9.x support

## v2.2.0 (2023-01-28)
- Laravel 10 support

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 34,17 @@
- https://self-ordering-sample.vercel.app/order

## 動作環境
- PHP ^8.0
- Laravel ^9.x
- Livewire 2.x
- PHP ^8.1
- Laravel ^10.x
- Livewire 3.x
- Tailwind 3.x

## バージョン
| ver | PHP | Laravel |
|-----|-----------|----------|
| 1.x | ^7.4/^8.0 | 8.x |
| 2.x | ^8.0 | 9.x/10.x |
| 3.x | ^8.1 | 10.x |

## インストール
「Laravelでセルフオーダーシステムを作るためのスターターキット」なので必ずLaravelの新規プロジェクトを作るところから始めてください。`ordering:install`コマンドでファイルが上書きされます。
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 8,14 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"illuminate/support": "^9.19||^10.0",
"livewire/livewire": "^v2.10",
"php": "^8.1",
"illuminate/support": "^10.0",
"livewire/livewire": "^v3.0",
"bacon/bacon-qr-code": "^2.0",
"revolution/laravel-paypay": "^2.0"
},
"require-dev": {
"orchestra/testbench": "^7.0||^8.0",
"orchestra/testbench": "^8.0",
"guzzlehttp/guzzle": "^7.4",
"google/apiclient": "^2.12"
},
Expand Down
Loading

0 comments on commit 7ef185f

Please sign in to comment.