|
17 | 17 | "danharrin/livewire-rate-limiting": "^1.1", |
18 | 18 | "driftingly/rector-laravel": "^0.21", |
19 | 19 | "elgigi/commonmark-emoji": "^2.0", |
20 | | - "ergebnis/phpstan-rules": "^1.0", |
21 | 20 | "fakerphp/faker": "^1.23", |
22 | 21 | "friendsofphp/php-cs-fixer": "^3.19", |
23 | 22 | "google/recaptcha": "^1.3", |
24 | | - "graham-campbell/analyzer": "^3.0", |
| 23 | + "graham-campbell/analyzer": "4.2.x-dev", |
25 | 24 | "guzzlehttp/guzzle": "^7.7", |
26 | | - "illuminate/bus": "^10.0", |
27 | | - "illuminate/contracts": "^10.0", |
28 | | - "illuminate/http": "^10.0", |
29 | | - "illuminate/mail": "^10.0", |
30 | | - "illuminate/support": "^10.0", |
31 | | - "illuminate/view": "^10.0", |
32 | | - "jamesmills/laravel-timezone": "^1.13", |
33 | | - "jasonmccreary/laravel-test-assertions": "^2.3", |
| 25 | + "jamesmills/laravel-timezone": "dev-master", |
34 | 26 | "jenssegers/agent": "^2.6", |
35 | 27 | "laravel/fortify": "^1.21", |
| 28 | + "laravel/framework": "^11.0", |
36 | 29 | "laravel/telescope": "^5.0", |
37 | 30 | "league/commonmark": "^2.4", |
38 | 31 | "livewire/livewire": "^3.0", |
39 | 32 | "mockery/mockery": "^1.6", |
40 | | - "nunomaduro/collision": "^7.0", |
41 | | - "nunomaduro/larastan": "^2.6", |
42 | | - "pestphp/pest": "^2.0", |
43 | | - "pestphp/pest-plugin-faker": "^2.0", |
44 | | - "pestphp/pest-plugin-laravel": "^2.0", |
45 | | - "pestphp/pest-plugin-livewire": "^2.0", |
| 33 | + "nunomaduro/larastan": "^2.9", |
| 34 | + "pestphp/pest": "^3.0", |
46 | 35 | "phpstan/extension-installer": "^1.3", |
47 | 36 | "phpstan/phpstan": "^1.10", |
48 | 37 | "phpstan/phpstan-deprecation-rules": "^1.1", |
49 | 38 | "phpstan/phpstan-strict-rules": "^1.5", |
50 | | - "phpunit/phpunit": "^10.0", |
51 | | - "pragmarx/google2fa-laravel": "^2.1", |
| 39 | + "pragmarx/google2fa-laravel": "^2.2", |
52 | 40 | "rector/rector": "^0.19", |
53 | 41 | "ruafozy/mersenne-twister": "^1.0", |
54 | | - "spatie/laravel-flash": "^1.9", |
55 | | - "spatie/laravel-honeypot": "^4.3", |
56 | | - "spatie/laravel-medialibrary": "^10.10", |
| 42 | + "spatie/laravel-flash": "^1.10", |
| 43 | + "spatie/laravel-honeypot": "^4.5", |
| 44 | + "spatie/laravel-medialibrary": "^11.5", |
57 | 45 | "spatie/laravel-newsletter": "^5.1", |
58 | | - "spatie/laravel-package-tools": "^1.15", |
59 | | - "spatie/laravel-personal-data-export": "^4.2", |
60 | | - "spatie/laravel-responsecache": "^7.4", |
61 | | - "spatie/laravel-schemaless-attributes": "^2.4", |
62 | | - "spatie/laravel-sluggable": "^3.5", |
63 | | - "spatie/pest-plugin-snapshots": "^2.0", |
| 46 | + "spatie/laravel-personal-data-export": "^4.3", |
| 47 | + "spatie/laravel-responsecache": "^7.5", |
| 48 | + "spatie/laravel-schemaless-attributes": "^2.5", |
| 49 | + "spatie/laravel-sluggable": "^3.6", |
| 50 | + "spatie/pest-plugin-snapshots": "@dev", |
64 | 51 | "spatie/regex": "^3.1", |
65 | 52 | "spatie/yaml-front-matter": "^2.0" |
66 | 53 | }, |
|
102 | 89 | "config": { |
103 | 90 | "sort-packages": true, |
104 | 91 | "allow-plugins": { |
105 | | - "pestphp/pest-plugin": true, |
106 | 92 | "phpstan/extension-installer": true, |
107 | | - "treeware/plant": true |
| 93 | + "treeware/plant": true, |
| 94 | + "pestphp/pest-plugin": true |
108 | 95 | } |
109 | 96 | }, |
110 | 97 | "require-dev": { |
111 | | - "orchestra/testbench": "^8.22", |
| 98 | + "orchestra/testbench": "^9.1", |
112 | 99 | "spatie/mailcoach-sdk-php": "^1.4" |
113 | 100 | } |
114 | 101 | } |
0 commit comments