|
1 | 1 | {
|
2 | 2 | "name": "laravel/laravel",
|
3 | 3 | "type": "project",
|
4 |
| - "description": "The Laravel Framework.", |
| 4 | + "description": "The WireUI Docs.", |
5 | 5 | "keywords": [
|
6 | 6 | "framework",
|
7 |
| - "laravel" |
| 7 | + "laravel", |
| 8 | + "WireUI", |
| 9 | + "Blade", |
| 10 | + "Livewire" |
8 | 11 | ],
|
9 | 12 | "license": "MIT",
|
10 | 13 | "require": {
|
11 |
| - "php": "^8.0", |
12 |
| - "friendsofphp/php-cs-fixer": "^3.5", |
| 14 | + "php": "^8.1", |
13 | 15 | "fruitcake/laravel-cors": "^2.0",
|
14 | 16 | "guzzlehttp/guzzle": "^7.0.1",
|
15 |
| - "laravel/framework": "^8.80", |
| 17 | + "laravel/framework": "^9.0", |
16 | 18 | "laravel/sanctum": "^2.14",
|
17 | 19 | "laravel/tinker": "^2.7",
|
18 | 20 | "livewire/livewire": "^2.10",
|
19 |
| - "sentry/sentry-laravel": "^2.10", |
20 |
| - "torchlight/torchlight-laravel": "^0.5.7", |
21 |
| - "wireui/wireui": "^0.17.0" |
| 21 | + "sentry/sentry-laravel": "^2.11", |
| 22 | + "torchlight/torchlight-laravel": "^0.5.11", |
| 23 | + "wireui/wireui": "dev-master" |
22 | 24 | },
|
23 | 25 | "require-dev": {
|
24 |
| - "facade/ignition": "^2.5", |
25 | 26 | "fakerphp/faker": "^1.9.1",
|
26 |
| - "laravel/sail": "^1.0.1", |
| 27 | + "friendsofphp/php-cs-fixer": "^3.6", |
27 | 28 | "mockery/mockery": "^1.4.4",
|
28 |
| - "nunomaduro/collision": "^5.10", |
| 29 | + "nunomaduro/collision": "^6.1", |
29 | 30 | "pestphp/pest": "^1.21",
|
30 | 31 | "pestphp/pest-plugin-laravel": "^1.1",
|
31 | 32 | "pestphp/pest-plugin-livewire": "^1.0",
|
32 | 33 | "pestphp/pest-plugin-parallel": "^1.0",
|
33 |
| - "phpunit/phpunit": "^9.5.10" |
| 34 | + "phpunit/phpunit": "^9.5.10", |
| 35 | + "spatie/laravel-ignition": "^1.0" |
34 | 36 | },
|
35 | 37 | "autoload": {
|
36 | 38 | "psr-4": {
|
|
0 commit comments