|
16 | 16 | } |
17 | 17 | ], |
18 | 18 | "require": { |
19 | | - "php": "^8.1.0", |
| 19 | + "php": "^8.1|^8.2|^8.3", |
20 | 20 | "ext-json": "*", |
21 | | - "doctrine/dbal": "^3.1", |
22 | | - "illuminate/bus": "^9.0|^10.0|^11.0", |
23 | | - "illuminate/console": "^9.0|^10.0|^11.0", |
24 | | - "illuminate/contracts": "^9.0|^10.0|^11.0", |
25 | | - "illuminate/database": "^9.0|^10.0|^11.0", |
26 | | - "illuminate/events": "^9.0|^10.0|^11.0", |
27 | | - "illuminate/notifications": "^9.0|^10.0|^11.0" |
| 21 | + "doctrine/dbal": "^4.2", |
| 22 | + "illuminate/bus": "^9.0|^10.0|^11.0|^12.0", |
| 23 | + "illuminate/console": "^9.0|^10.0|^11.0|^12.0", |
| 24 | + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", |
| 25 | + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", |
| 26 | + "illuminate/events": "^9.0|^10.0|^11.0|^12.0", |
| 27 | + "illuminate/notifications": "^9.0|^10.0|^11.0|^12.0" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | 30 | "mockery/mockery": "^1.0", |
31 | | - "orchestra/testbench" : "^8.0|^9.0", |
32 | | - "phpunit/phpunit": "^9.0|^10.0|^11.0" |
| 31 | + "orchestra/testbench" : "^8.0|^9.0|^10.0", |
| 32 | + "phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0" |
33 | 33 | }, |
34 | 34 | "suggest": { |
35 | 35 | "nexmo/client": "Required for sms notifications." |
|
0 commit comments