|
22 | 22 | ], |
23 | 23 | "license": "MIT", |
24 | 24 | "require": { |
25 | | - "php": "^8.1", |
| 25 | + "php": "^8.2", |
26 | 26 | "ext-mongodb": "^1.15", |
27 | 27 | "composer-runtime-api": "^2.0.0", |
28 | | - "illuminate/cache": "^10.36|^11", |
29 | | - "illuminate/container": "^10.0|^11", |
30 | | - "illuminate/database": "^10.30|^11", |
31 | | - "illuminate/events": "^10.0|^11", |
32 | | - "illuminate/support": "^10.0|^11", |
| 28 | + "illuminate/cache": "^11", |
| 29 | + "illuminate/container": "^11", |
| 30 | + "illuminate/database": "^11", |
| 31 | + "illuminate/events": "^11", |
| 32 | + "illuminate/support": "^11", |
33 | 33 | "mongodb/mongodb": "^1.15" |
34 | 34 | }, |
35 | 35 | "require-dev": { |
36 | 36 | "mongodb/builder": "^0.2", |
37 | 37 | "league/flysystem-gridfs": "^3.28", |
38 | 38 | "league/flysystem-read-only": "^3.0", |
39 | | - "phpunit/phpunit": "^10.3", |
40 | | - "orchestra/testbench": "^8.0|^9.0", |
| 39 | + "phpunit/phpunit": "^10.5", |
| 40 | + "orchestra/testbench": "^9.0", |
41 | 41 | "mockery/mockery": "^1.4.4", |
42 | 42 | "doctrine/coding-standard": "12.0.x-dev", |
43 | 43 | "spatie/laravel-query-builder": "^5.6", |
44 | 44 | "phpstan/phpstan": "^1.10" |
45 | 45 | }, |
46 | | - "conflict": { |
47 | | - "illuminate/bus": "< 10.37.2" |
48 | | - }, |
49 | 46 | "suggest": { |
50 | 47 | "league/flysystem-gridfs": "Filesystem storage in MongoDB with GridFS", |
51 | 48 | "mongodb/builder": "Provides a fluent aggregation builder for MongoDB pipelines" |
|
0 commit comments