|
31 | 31 | "php": "^8.1", |
32 | 32 | "ext-json": "*", |
33 | 33 | "nesbot/carbon": "^2.0|^3.0", |
34 | | - "illuminate/view": "^10.0|^11.0", |
35 | | - "illuminate/http": "^10.0|^11.0", |
36 | | - "illuminate/support": "^10.0|^11.0", |
37 | | - "illuminate/routing": "^10.0|^11.0", |
38 | | - "illuminate/contracts": "^10.0|^11.0", |
39 | | - "illuminate/container": "^10.0|^11.0", |
| 34 | + "illuminate/view": "^10.0|^11.0|^12.0", |
| 35 | + "illuminate/http": "^10.0|^11.0|^12.0", |
| 36 | + "illuminate/support": "^10.0|^11.0|^12.0", |
| 37 | + "illuminate/routing": "^10.0|^11.0|^12.0", |
| 38 | + "illuminate/contracts": "^10.0|^11.0|^12.0", |
| 39 | + "illuminate/container": "^10.0|^11.0|^12.0", |
40 | 40 | "moneyphp/money": "^4.0", |
41 | 41 | "unicodeveloper/laravel-paystack": "^1.0", |
42 | 42 | "symfony/http-kernel": "^6.0|^7.0", |
|
45 | 45 | "require-dev": { |
46 | 46 | "dompdf/dompdf": "^2.0", |
47 | 47 | "mockery/mockery": "^1.0", |
48 | | - "orchestra/testbench": "^8.0|9.0", |
| 48 | + "orchestra/testbench": "^8.0|9.0|^10.0", |
49 | 49 | "larastan/larastan": "^2.0", |
50 | | - "pestphp/pest-plugin-laravel": "^2.3" |
| 50 | + "pestphp/pest-plugin-laravel": "^3.0" |
51 | 51 | }, |
52 | 52 | "suggest": { |
53 | 53 | "ext-intl": "Allows for more locales besides the default \"en\" when formatting money values.", |
|
0 commit comments