|
23 | 23 | ], |
24 | 24 | "require": { |
25 | 25 | "ext-pdo": "*", |
26 | | - "php": "^7.4|^8.0", |
27 | | - "illuminate/database": "^6.0|^7.0|^8.0", |
28 | | - "illuminate/events": "^6.0|^7.0|^8.0", |
| 26 | + "php": "^8.0", |
| 27 | + "illuminate/database": "^9.0", |
| 28 | + "illuminate/events": "^9.0", |
29 | 29 | "doctrine/dbal": "^2.8|^3.0", |
30 | 30 | "ramsey/uuid": "^3.0|^4.0", |
31 | 31 | "brick/math": "~0.8", |
32 | 32 | "ext-json": "*" |
33 | 33 | }, |
34 | 34 | "require-dev": { |
35 | 35 | "brianium/paratest": "^6.4", |
36 | | - "cknow/laravel-money": "^6.1", |
| 36 | + "cknow/laravel-money": "dev-master", |
37 | 37 | "ergebnis/phpstan-rules": "^1.0", |
38 | | - "infection/infection": "~0.25", |
| 38 | + "infection/infection": "~0.26", |
39 | 39 | "laravel/cashier": "^13.6", |
40 | | - "nunomaduro/collision": "^5.10", |
41 | | - "orchestra/testbench": "^6.23", |
42 | | - "phpstan/phpstan": "^1.2", |
| 40 | + "nunomaduro/collision": "^6.0", |
| 41 | + "orchestra/testbench": "^7.0", |
| 42 | + "phpstan/phpstan": "^1.3", |
43 | 43 | "phpunit/phpunit": "^9.5", |
44 | | - "psalm/plugin-laravel": "^1.5", |
45 | 44 | "rector/rector": "^0.12", |
46 | 45 | "symplify/easy-coding-standard": "^10.0", |
47 | | - "vimeo/psalm": "^4.15" |
| 46 | + "vimeo/psalm": "^4.18" |
48 | 47 | }, |
49 | 48 | "suggest": { |
50 | 49 | "bavix/laravel-wallet-swap": "Addition to the laravel-wallet library for quick setting of exchange rates", |
|
0 commit comments