|
29 | 29 | "php": "^8",
|
30 | 30 | "ext-json": "*",
|
31 | 31 | "haydenpierce/class-finder": "^0.4 || ^0.5",
|
32 |
| - "illuminate/auth": "^9 || ^10 || ^11", |
33 |
| - "illuminate/bus": "^9 || ^10 || ^11", |
34 |
| - "illuminate/contracts": "^9 || ^10 || ^11", |
35 |
| - "illuminate/http": "^9 || ^10 || ^11", |
36 |
| - "illuminate/pagination": "^9 || ^10 || ^11", |
37 |
| - "illuminate/queue": "^9 || ^10 || ^11", |
38 |
| - "illuminate/routing": "^9 || ^10 || ^11", |
39 |
| - "illuminate/support": "^9 || ^10 || ^11", |
40 |
| - "illuminate/validation": "^9 || ^10 || ^11", |
| 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 | 41 | "laragraph/utils": "^1.5 || ^2",
|
42 | 42 | "thecodingmachine/safe": "^1 || ^2 || ^3",
|
43 | 43 | "webonyx/graphql-php": "^15"
|
44 | 44 | },
|
45 | 45 | "require-dev": {
|
46 | 46 | "algolia/algoliasearch-client-php": "^3",
|
47 | 47 | "bensampo/laravel-enum": "^5 || ^6",
|
48 |
| - "dms/phpunit-arraysubset-asserts": "^0.4 || ^0.5", |
| 48 | + "dms/phpunit-arraysubset-asserts": "^0.4 || ^0.5 || dev-add-phpunit-11-support", |
49 | 49 | "ergebnis/composer-normalize": "^2.2.2",
|
50 | 50 | "fakerphp/faker": "^1.21",
|
51 | 51 | "google/protobuf": "^3.21",
|
52 | 52 | "larastan/larastan": "^2.9.14 || ^3.0.4",
|
53 |
| - "laravel/framework": "^9 || ^10 || ^11", |
| 53 | + "laravel/framework": "^9 || ^10 || ^11 || ^12", |
54 | 54 | "laravel/legacy-factories": "^1.1.1",
|
55 | 55 | "laravel/pennant": "^1",
|
56 |
| - "laravel/scout": "^8 || ^9 || ^10 || ^11", |
| 56 | + "laravel/scout": "^8 || ^9 || ^10", |
57 | 57 | "mattiasgeniar/phpunit-query-count-assertions": "^1.1",
|
58 | 58 | "mll-lab/graphql-php-scalars": "^6",
|
59 | 59 | "mll-lab/php-cs-fixer-config": "^5",
|
60 | 60 | "mockery/mockery": "^1.5",
|
61 |
| - "nesbot/carbon": "^2.62.1", |
62 |
| - "orchestra/testbench": "^7.50 || ^8.32 || ^9.10", |
| 61 | + "nesbot/carbon": "^2.62.1 || ^3.8.4", |
| 62 | + "orchestra/testbench": "^7.50 || ^8.32 || ^9.10 || ^10.1", |
63 | 63 | "phpbench/phpbench": "^1.2.6",
|
64 | 64 | "phpstan/extension-installer": "^1",
|
65 | 65 | "phpstan/phpstan": "^1.12.18 || ^2",
|
|
80 | 80 | "mll-lab/laravel-graphiql": "A graphical interactive in-browser GraphQL IDE - integrated with Laravel",
|
81 | 81 | "pusher/pusher-php-server": "Required when using the Pusher Subscriptions driver"
|
82 | 82 | },
|
| 83 | + "repositories": [ |
| 84 | + { |
| 85 | + "type": "vcs", |
| 86 | + "url": "https://github.com/pieterocp/phpunit-arraysubset-asserts" |
| 87 | + } |
| 88 | + ], |
83 | 89 | "minimum-stability": "dev",
|
84 | 90 | "prefer-stable": true,
|
85 | 91 | "autoload": {
|
|
0 commit comments