|
15 | 15 | "security": "https://www.mongodb.com/security" |
16 | 16 | }, |
17 | 17 | "authors": [ |
18 | | - { "name": "Andreas Braun", "email": "andreas.braun@mongodb.com", "role": "Leader" }, |
19 | | - { "name": "Jérôme Tamarelle", "email": "jerome.tamarelle@mongodb.com", "role": "Maintainer" }, |
20 | | - { "name": "Jeremy Mikola", "email": "jmikola@gmail.com", "role": "Maintainer" }, |
21 | | - { "name": "Jens Segers", "homepage": "https://jenssegers.com", "role": "Creator" } |
| 18 | + { |
| 19 | + "name": "Andreas Braun", |
| 20 | + "email": "andreas.braun@mongodb.com", |
| 21 | + "role": "Leader" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "Jérôme Tamarelle", |
| 25 | + "email": "jerome.tamarelle@mongodb.com", |
| 26 | + "role": "Maintainer" |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "Jeremy Mikola", |
| 30 | + "email": "jmikola@gmail.com", |
| 31 | + "role": "Maintainer" |
| 32 | + }, |
| 33 | + { |
| 34 | + "name": "Jens Segers", |
| 35 | + "homepage": "https://jenssegers.com", |
| 36 | + "role": "Creator" |
| 37 | + } |
22 | 38 | ], |
23 | 39 | "license": "MIT", |
24 | 40 | "require": { |
25 | 41 | "php": "^8.1", |
26 | 42 | "ext-mongodb": "^1.15", |
27 | 43 | "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", |
| 44 | + "illuminate/cache": "^10.36|^11|^12.0", |
| 45 | + "illuminate/container": "^10.0|^11|^12.0", |
| 46 | + "illuminate/database": "^10.30|^11|^12.0", |
| 47 | + "illuminate/events": "^10.0|^11|^12.0", |
| 48 | + "illuminate/support": "^10.0|^11|^12.0", |
33 | 49 | "mongodb/mongodb": "^1.18", |
34 | 50 | "symfony/http-foundation": "^6.4|^7" |
35 | 51 | }, |
|
38 | 54 | "laravel/scout": "^11", |
39 | 55 | "league/flysystem-gridfs": "^3.28", |
40 | 56 | "league/flysystem-read-only": "^3.0", |
41 | | - "phpunit/phpunit": "^10.3", |
42 | | - "orchestra/testbench": "^8.0|^9.0", |
| 57 | + "phpunit/phpunit": "^10.3|^11.5.3", |
| 58 | + "orchestra/testbench": "^8.0|^9.0|^10.0", |
43 | 59 | "mockery/mockery": "^1.4.4", |
44 | 60 | "doctrine/coding-standard": "12.0.x-dev", |
45 | 61 | "spatie/laravel-query-builder": "^5.6", |
46 | | - "phpstan/phpstan": "^1.10", |
47 | | - "rector/rector": "^1.2" |
| 62 | + "phpstan/phpstan": "^1.10|^2.1", |
| 63 | + "rector/rector": "^1.2|^2.0" |
48 | 64 | }, |
49 | 65 | "conflict": { |
50 | 66 | "illuminate/bus": "< 10.37.2" |
|
0 commit comments