|
29 | 29 | "php": "^8", |
30 | 30 | "ext-json": "*", |
31 | 31 | "haydenpierce/class-finder": "^0.4 || ^0.5", |
32 | | - "illuminate/auth": "^9 || ^10", |
33 | | - "illuminate/bus": "^9 || ^10", |
34 | | - "illuminate/contracts": "^9 || ^10", |
35 | | - "illuminate/http": "^9 || ^10", |
36 | | - "illuminate/pagination": "^9 || ^10", |
37 | | - "illuminate/queue": "^9 || ^10", |
38 | | - "illuminate/routing": "^9 || ^10", |
39 | | - "illuminate/support": "^9 || ^10", |
40 | | - "illuminate/validation": "^9 || ^10", |
41 | | - "laragraph/utils": "^1.5", |
42 | | - "thecodingmachine/safe": "^1 || ^2", |
| 32 | + "illuminate/auth": "^9 || ^10 || ^11 || ^12", |
| 33 | + "illuminate/bus": "^9 || ^10 || ^11 || ^12", |
| 34 | + "illuminate/contracts": "^9 || ^10 || ^11 || ^12", |
| 35 | + "illuminate/http": "^9 || ^10 || ^11 || ^12", |
| 36 | + "illuminate/pagination": "^9 || ^10 || ^11 || ^12", |
| 37 | + "illuminate/queue": "^9 || ^10 || ^11 || ^12", |
| 38 | + "illuminate/routing": "^9 || ^10 || ^11 || ^12", |
| 39 | + "illuminate/support": "^9 || ^10 || ^11 || ^12", |
| 40 | + "illuminate/validation": "^9 || ^10 || ^11 || ^12", |
| 41 | + "laragraph/utils": "^1.5 || ^2", |
| 42 | + "thecodingmachine/safe": "^1 || ^2 || ^3", |
43 | 43 | "webonyx/graphql-php": "dev-nodelist-array-access as 15.1.1" |
44 | 44 | }, |
45 | 45 | "require-dev": { |
46 | | - "algolia/algoliasearch-client-php": "^3 || ^4", |
| 46 | + "algolia/algoliasearch-client-php": "^3", |
47 | 47 | "bensampo/laravel-enum": "^5 || ^6", |
48 | | - "dms/phpunit-arraysubset-asserts": "^0.4", |
49 | 48 | "ergebnis/composer-normalize": "^2.2.2", |
50 | | - "laravel/framework": "^9 || ^10", |
| 49 | + "fakerphp/faker": "^1.21", |
| 50 | + "google/protobuf": "^3.21", |
| 51 | + "larastan/larastan": "^2.9.14 || ^3.0.4", |
| 52 | + "laravel/framework": "^9 || ^10 || ^11 || ^12", |
51 | 53 | "laravel/legacy-factories": "^1.1.1", |
52 | | - "laravel/lumen-framework": "^9 || ^10 || dev-master", |
| 54 | + "laravel/pennant": "^1", |
53 | 55 | "laravel/scout": "^8 || ^9 || ^10", |
54 | | - "mll-lab/graphql-php-scalars": "^6", |
| 56 | + "mattiasgeniar/phpunit-query-count-assertions": "^1.1", |
| 57 | + "mll-lab/graphql-php-scalars": "^6.4.1", |
55 | 58 | "mll-lab/php-cs-fixer-config": "^5", |
56 | 59 | "mockery/mockery": "^1.5", |
57 | | - "nesbot/carbon": "^2.62.1", |
58 | | - "nunomaduro/larastan": "^2", |
59 | | - "orchestra/testbench": "^7.7 || ^8.8", |
| 60 | + "nesbot/carbon": "^2.62.1 || ^3.8.4", |
| 61 | + "orchestra/testbench": "^7.50 || ^8.32 || ^9.10 || ^10.1", |
60 | 62 | "phpbench/phpbench": "^1.2.6", |
61 | | - "phpstan/phpstan": "^1.8.4", |
62 | | - "phpstan/phpstan-mockery": "^0.12 || ^1.1", |
63 | | - "phpstan/phpstan-phpunit": "^0.12 || ^1.1.1", |
64 | | - "phpunit/phpunit": "^9.5.24", |
| 63 | + "phpstan/extension-installer": "^1", |
| 64 | + "phpstan/phpstan": "^1.12.18 || ^2", |
| 65 | + "phpstan/phpstan-mockery": "^1.1.3 || ^2", |
| 66 | + "phpstan/phpstan-phpunit": "^1.1.1 || ^2", |
| 67 | + "phpunit/phpunit": "^9.6.4 || ^10 || ^11 || ^12", |
65 | 68 | "predis/predis": "^1.1 || ^2.1", |
66 | 69 | "pusher/pusher-php-server": "^5 || ^6 || ^7.0.2", |
67 | | - "rector/rector": "^0.12.23", |
| 70 | + "rector/rector": "^1 || ^2", |
68 | 71 | "thecodingmachine/phpstan-safe-rule": "^1.2" |
69 | 72 | }, |
70 | 73 | "suggest": { |
71 | | - "bensampo/laravel-enum": "Convenient enum definitions that can easily be registered in your Schema", |
| 74 | + "ext-protobuf": "Improve protobuf serialization performance (used for tracing)", |
| 75 | + "google/protobuf": "Required when using the tracing driver federated-tracing", |
| 76 | + "laravel/pennant": "Required for the @feature directive", |
72 | 77 | "laravel/scout": "Required for the @search directive", |
73 | 78 | "mll-lab/graphql-php-scalars": "Useful scalar types, required for @whereConditions", |
74 | 79 | "mll-lab/laravel-graphiql": "A graphical interactive in-browser GraphQL IDE - integrated with Laravel", |
|
91 | 96 | "allow-plugins": { |
92 | 97 | "composer/package-versions-deprecated": true, |
93 | 98 | "ergebnis/composer-normalize": true, |
94 | | - "kylekatarnls/update-helper": true |
| 99 | + "kylekatarnls/update-helper": true, |
| 100 | + "phpstan/extension-installer": true |
95 | 101 | }, |
96 | 102 | "sort-packages": true |
97 | 103 | }, |
98 | 104 | "extra": { |
99 | 105 | "laravel": { |
100 | | - "aliases": { |
101 | | - "graphql": "Nuwave\\Lighthouse\\GraphQL" |
102 | | - }, |
103 | 106 | "providers": [ |
104 | 107 | "Nuwave\\Lighthouse\\LighthouseServiceProvider", |
| 108 | + "Nuwave\\Lighthouse\\Async\\AsyncServiceProvider", |
105 | 109 | "Nuwave\\Lighthouse\\Auth\\AuthServiceProvider", |
| 110 | + "Nuwave\\Lighthouse\\Bind\\BindServiceProvider", |
106 | 111 | "Nuwave\\Lighthouse\\Cache\\CacheServiceProvider", |
107 | 112 | "Nuwave\\Lighthouse\\GlobalId\\GlobalIdServiceProvider", |
108 | 113 | "Nuwave\\Lighthouse\\OrderBy\\OrderByServiceProvider", |
109 | 114 | "Nuwave\\Lighthouse\\Pagination\\PaginationServiceProvider", |
110 | | - "Nuwave\\Lighthouse\\Scout\\ScoutServiceProvider", |
111 | 115 | "Nuwave\\Lighthouse\\SoftDeletes\\SoftDeletesServiceProvider", |
112 | 116 | "Nuwave\\Lighthouse\\Testing\\TestingServiceProvider", |
113 | 117 | "Nuwave\\Lighthouse\\Validation\\ValidationServiceProvider" |
|
0 commit comments