|
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 | "ext-zip": "*" |
39 | 39 | }, |
40 | 40 | "require-dev": { |
41 | 41 | "guzzlehttp/guzzle": "^7.0", |
42 | | - "larastan/larastan": "^2.0|^3.0", |
43 | 42 | "laravel/pint": "^1.0", |
44 | | - "nunomaduro/collision": "^7.9", |
45 | | - "orchestra/testbench": "^8.0", |
46 | | - "pestphp/pest": "^2.0", |
47 | | - "pestphp/pest-plugin-arch": "^2.0", |
48 | | - "pestphp/pest-plugin-laravel": "^2.0", |
| 43 | + "larastan/larastan": "^2.0|^3.1", |
| 44 | + "nunomaduro/collision": "^7.11|^8.1.1", |
| 45 | + "orchestra/testbench": "^8.0|^9.0|^10.0", |
| 46 | + "pestphp/pest": "^v2.30|^3.0", |
| 47 | + "pestphp/pest-plugin-arch": "^2.0|^3.0", |
| 48 | + "pestphp/pest-plugin-laravel": "^2.0|^3.1", |
49 | 49 | "phpstan/extension-installer": "^1.1", |
50 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
51 | | - "phpstan/phpstan-phpunit": "^1.0", |
| 50 | + "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", |
| 51 | + "phpstan/phpstan-phpunit": "^1.0|^2.0", |
52 | 52 | "spatie/laravel-ray": "^1.26" |
53 | 53 | }, |
54 | 54 | "autoload": { |
|
86 | 86 | "Native\\Laravel\\NativeServiceProvider" |
87 | 87 | ], |
88 | 88 | "aliases": { |
| 89 | + "App": "Native\\Laravel\\Facades\\App", |
| 90 | + "ChildProcess": "Native\\Laravel\\Facades\\ChildProcess", |
| 91 | + "Clipboard": "Native\\Laravel\\Facades\\Clipboard", |
89 | 92 | "ContextMenu": "Native\\Laravel\\Facades\\ContextMenu", |
90 | 93 | "Dock": "Native\\Laravel\\Facades\\Dock", |
| 94 | + "GlobalShortcut": "Native\\Laravel\\Facades\\GlobalShortcut", |
| 95 | + "Menu": "Native\\Laravel\\Facades\\Menu", |
| 96 | + "MenuBar": "Native\\Laravel\\Facades\\MenuBar", |
| 97 | + "Notification": "Native\\Laravel\\Facades\\Notification", |
| 98 | + "PowerMonitor": "Native\\Laravel\\Facades\\PowerMonitor", |
91 | 99 | "Process": "Native\\Laravel\\Facades\\Process", |
92 | | - "Window": "Native\\Laravel\\Facades\\Window", |
93 | | - "Clipboard": "Native\\Laravel\\Facades\\Clipboard" |
| 100 | + "QueueWorker": "Native\\Laravel\\Facades\\QueueWorker", |
| 101 | + "Screen": "Native\\Laravel\\Facades\\Screen", |
| 102 | + "Settings": "Native\\Laravel\\Facades\\Settings", |
| 103 | + "Shell": "Native\\Laravel\\Facades\\Shell", |
| 104 | + "System": "Native\\Laravel\\Facades\\System", |
| 105 | + "Window": "Native\\Laravel\\Facades\\Window" |
94 | 106 | } |
95 | 107 | } |
96 | 108 | }, |
|
0 commit comments