|
18 | 18 | }
|
19 | 19 | ],
|
20 | 20 | "require": {
|
21 |
| - "php": "^7.2|^8.0", |
| 21 | + "php": "^7.4|^8.0", |
22 | 22 | "ext-json": "*",
|
23 | 23 | "ext-openssl": "*",
|
24 |
| - "guzzlehttp/guzzle": "^6.5|^7.0", |
25 |
| - "illuminate/contracts": "^7.9|^8.0|^9.0|^10.0", |
26 |
| - "illuminate/database": "^7.9|^8.0|^9.0|^10.0", |
27 |
| - "illuminate/http": "^7.9|^8.0|^9.0|^10.0", |
28 |
| - "illuminate/routing": "^7.9|^8.0|^9.0|^10.0", |
29 |
| - "illuminate/support": "^7.9|^8.0|^9.0|^10.0", |
30 |
| - "illuminate/view": "^7.9|^8.0|^9.0|^10.0", |
| 24 | + "guzzlehttp/guzzle": "^7.4.5", |
| 25 | + "illuminate/contracts": "^8.0|^9.0|^10.0", |
| 26 | + "illuminate/database": "^8.0|^9.0|^10.0", |
| 27 | + "illuminate/http": "^8.0|^9.0|^10.0", |
| 28 | + "illuminate/routing": "^8.0|^9.0|^10.0", |
| 29 | + "illuminate/support": "^8.0|^9.0|^10.0", |
| 30 | + "illuminate/view": "^8.0|^9.0|^10.0", |
31 | 31 | "moneyphp/money": "^3.2|^4.0",
|
32 | 32 | "nesbot/carbon": "^2.0",
|
33 | 33 | "spatie/url": "^1.3.5|^2.0",
|
|
36 | 36 | },
|
37 | 37 | "require-dev": {
|
38 | 38 | "mockery/mockery": "^1.0",
|
39 |
| - "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0", |
| 39 | + "orchestra/testbench": "^6.0|^7.0|^8.0", |
40 | 40 | "phpstan/phpstan": "^1.10",
|
41 |
| - "phpunit/phpunit": "^8.0|^9.0" |
| 41 | + "phpunit/phpunit": "^9.0" |
42 | 42 | },
|
43 | 43 | "suggest": {
|
44 | 44 | "ext-intl": "Allows for more locales besides the default \"en\" when formatting money values."
|
|
0 commit comments