|
1 | 1 | {
|
2 | 2 | "name": "io238/laravel-iso-countries",
|
| 3 | + "version": "1.3.0", |
3 | 4 | "description": "Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.",
|
4 | 5 | "keywords": [
|
5 | 6 | "laravel",
|
|
30 | 31 | ],
|
31 | 32 | "require": {
|
32 | 33 | "php": "^8.1",
|
33 |
| - "illuminate/contracts": "^7.0|^8.40|^9.0|^10.0", |
34 |
| - "illuminate/database": "^7.0|^8.40|^9.0|^10.0", |
35 |
| - "illuminate/support": "^7.0|^8.40|^9.0|^10.0", |
| 34 | + "illuminate/contracts": "^7.0|^8.40|^9.0|^10.0|^11.0|^12.0", |
| 35 | + "illuminate/database": "^7.0|^8.40|^9.0|^10.0|^11.0|^12.0", |
| 36 | + "illuminate/support": "^7.0|^8.40|^9.0|^10.0|^11.0|^12.0", |
36 | 37 | "spatie/laravel-translatable": "^4.6|^5.0|^6.0",
|
37 | 38 | "slowprog/composer-copy-file": "^0.3",
|
38 | 39 | "components/flag-icon-css": "^3.5.0",
|
|
41 | 42 | "umpirsky/currency-list": "^v1.1.1"
|
42 | 43 | },
|
43 | 44 | "require-dev": {
|
44 |
| - "orchestra/testbench": "^5.0|^6.0|^7.0", |
45 |
| - "pestphp/pest": "^1.21" |
| 45 | + "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", |
| 46 | + "pestphp/pest": "^1.0|^2.0|^3.0" |
46 | 47 | },
|
47 | 48 | "autoload": {
|
48 | 49 | "psr-4": {
|
|
82 | 83 | "./vendor/umpirsky/currency-list/data/#\\.php$": "data/translations/currencies/"
|
83 | 84 | }
|
84 | 85 | },
|
85 |
| - "minimum-stability": "dev", |
| 86 | + "minimum-stability": "stable", |
86 | 87 | "prefer-stable": true
|
87 | 88 | }
|
0 commit comments