|
29 | 29 | "php": "^8", |
30 | 30 | "ext-json": "*", |
31 | 31 | "haydenpierce/class-finder": "^0.4 || ^0.5", |
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", |
| 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", |
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", |
| 46 | + "algolia/algoliasearch-client-php": "^3 || ^4", |
47 | 47 | "bensampo/laravel-enum": "^5 || ^6", |
| 48 | + "dms/phpunit-arraysubset-asserts": "^0.4", |
48 | 49 | "ergebnis/composer-normalize": "^2.2.2", |
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", |
| 50 | + "laravel/framework": "^9 || ^10", |
53 | 51 | "laravel/legacy-factories": "^1.1.1", |
54 | | - "laravel/pennant": "^1", |
| 52 | + "laravel/lumen-framework": "^9 || ^10 || dev-master", |
55 | 53 | "laravel/scout": "^8 || ^9 || ^10", |
56 | | - "mattiasgeniar/phpunit-query-count-assertions": "^1.1", |
57 | | - "mll-lab/graphql-php-scalars": "^6.4.1", |
| 54 | + "mll-lab/graphql-php-scalars": "^6", |
58 | 55 | "mll-lab/php-cs-fixer-config": "^5", |
59 | 56 | "mockery/mockery": "^1.5", |
60 | | - "nesbot/carbon": "^2.62.1 || ^3.8.4", |
61 | | - "orchestra/testbench": "^7.50 || ^8.32 || ^9.10 || ^10.1", |
| 57 | + "nesbot/carbon": "^2.62.1", |
| 58 | + "nunomaduro/larastan": "^2", |
| 59 | + "orchestra/testbench": "^7.7 || ^8.8", |
62 | 60 | "phpbench/phpbench": "^1.2.6", |
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", |
| 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", |
68 | 65 | "predis/predis": "^1.1 || ^2.1", |
69 | 66 | "pusher/pusher-php-server": "^5 || ^6 || ^7.0.2", |
70 | | - "rector/rector": "^1 || ^2", |
| 67 | + "rector/rector": "^0.12.23", |
71 | 68 | "thecodingmachine/phpstan-safe-rule": "^1.2" |
72 | 69 | }, |
73 | 70 | "suggest": { |
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", |
| 71 | + "bensampo/laravel-enum": "Convenient enum definitions that can easily be registered in your Schema", |
77 | 72 | "laravel/scout": "Required for the @search directive", |
78 | 73 | "mll-lab/graphql-php-scalars": "Useful scalar types, required for @whereConditions", |
79 | 74 | "mll-lab/laravel-graphiql": "A graphical interactive in-browser GraphQL IDE - integrated with Laravel", |
|
96 | 91 | "allow-plugins": { |
97 | 92 | "composer/package-versions-deprecated": true, |
98 | 93 | "ergebnis/composer-normalize": true, |
99 | | - "kylekatarnls/update-helper": true, |
100 | | - "phpstan/extension-installer": true |
| 94 | + "kylekatarnls/update-helper": true |
101 | 95 | }, |
102 | 96 | "sort-packages": true |
103 | 97 | }, |
104 | 98 | "extra": { |
105 | 99 | "laravel": { |
| 100 | + "aliases": { |
| 101 | + "graphql": "Nuwave\\Lighthouse\\GraphQL" |
| 102 | + }, |
106 | 103 | "providers": [ |
107 | 104 | "Nuwave\\Lighthouse\\LighthouseServiceProvider", |
108 | | - "Nuwave\\Lighthouse\\Async\\AsyncServiceProvider", |
109 | 105 | "Nuwave\\Lighthouse\\Auth\\AuthServiceProvider", |
110 | | - "Nuwave\\Lighthouse\\Bind\\BindServiceProvider", |
111 | 106 | "Nuwave\\Lighthouse\\Cache\\CacheServiceProvider", |
112 | 107 | "Nuwave\\Lighthouse\\GlobalId\\GlobalIdServiceProvider", |
113 | 108 | "Nuwave\\Lighthouse\\OrderBy\\OrderByServiceProvider", |
114 | 109 | "Nuwave\\Lighthouse\\Pagination\\PaginationServiceProvider", |
| 110 | + "Nuwave\\Lighthouse\\Scout\\ScoutServiceProvider", |
115 | 111 | "Nuwave\\Lighthouse\\SoftDeletes\\SoftDeletesServiceProvider", |
116 | 112 | "Nuwave\\Lighthouse\\Testing\\TestingServiceProvider", |
117 | 113 | "Nuwave\\Lighthouse\\Validation\\ValidationServiceProvider" |
|
0 commit comments