|
32 | 32 | ], |
33 | 33 | "require": { |
34 | 34 | "php": "^8.1", |
35 | | - "illuminate/contracts": "^10.0|^11.0", |
| 35 | + "illuminate/contracts": "^10.0|^11.0|^12.0", |
36 | 36 | "spatie/laravel-package-tools": "^1.16.4", |
37 | 37 | "symfony/finder": "^6.2|^7.0" |
38 | 38 | }, |
39 | 39 | "require-dev": { |
40 | 40 | "guzzlehttp/guzzle": "^7.0", |
41 | | - "larastan/larastan": "^2.0|^3.0", |
42 | 41 | "laravel/pint": "^1.0", |
43 | | - "nunomaduro/collision": "^7.9", |
44 | | - "orchestra/testbench": "^8.0", |
45 | | - "pestphp/pest": "^2.0", |
46 | | - "pestphp/pest-plugin-arch": "^2.0", |
47 | | - "pestphp/pest-plugin-laravel": "^2.0", |
| 42 | + "larastan/larastan": "^2.0|^3.1", |
| 43 | + "nunomaduro/collision": "^7.11|^8.1.1", |
| 44 | + "orchestra/testbench": "^8.0|^9.0|^10.0", |
| 45 | + "pestphp/pest": "^v2.30|^3.0", |
| 46 | + "pestphp/pest-plugin-arch": "^2.0|^3.0", |
| 47 | + "pestphp/pest-plugin-laravel": "^2.0|^3.1", |
48 | 48 | "phpstan/extension-installer": "^1.1", |
49 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
50 | | - "phpstan/phpstan-phpunit": "^1.0", |
| 49 | + "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", |
| 50 | + "phpstan/phpstan-phpunit": "^1.0|^2.0", |
51 | 51 | "spatie/laravel-ray": "^1.26" |
52 | 52 | }, |
53 | 53 | "autoload": { |
|
85 | 85 | "Native\\Laravel\\NativeServiceProvider" |
86 | 86 | ], |
87 | 87 | "aliases": { |
| 88 | + "App": "Native\\Laravel\\Facades\\App", |
| 89 | + "ChildProcess": "Native\\Laravel\\Facades\\ChildProcess", |
| 90 | + "Clipboard": "Native\\Laravel\\Facades\\Clipboard", |
88 | 91 | "ContextMenu": "Native\\Laravel\\Facades\\ContextMenu", |
89 | 92 | "Dock": "Native\\Laravel\\Facades\\Dock", |
| 93 | + "GlobalShortcut": "Native\\Laravel\\Facades\\GlobalShortcut", |
| 94 | + "Menu": "Native\\Laravel\\Facades\\Menu", |
| 95 | + "MenuBar": "Native\\Laravel\\Facades\\MenuBar", |
| 96 | + "Notification": "Native\\Laravel\\Facades\\Notification", |
| 97 | + "PowerMonitor": "Native\\Laravel\\Facades\\PowerMonitor", |
90 | 98 | "Process": "Native\\Laravel\\Facades\\Process", |
91 | | - "Window": "Native\\Laravel\\Facades\\Window", |
92 | | - "Clipboard": "Native\\Laravel\\Facades\\Clipboard" |
| 99 | + "QueueWorker": "Native\\Laravel\\Facades\\QueueWorker", |
| 100 | + "Screen": "Native\\Laravel\\Facades\\Screen", |
| 101 | + "Settings": "Native\\Laravel\\Facades\\Settings", |
| 102 | + "Shell": "Native\\Laravel\\Facades\\Shell", |
| 103 | + "System": "Native\\Laravel\\Facades\\System", |
| 104 | + "Window": "Native\\Laravel\\Facades\\Window" |
93 | 105 | } |
94 | 106 | } |
95 | 107 | }, |
|
0 commit comments