Skip to content

Commit e47ae0d

Browse files
committed
fixed cpmpatibility
1 parent e7e53f8 commit e47ae0d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚══════╝
88
```
99
# Php Monsters Laravel Worldwide
10-
This package will allow you to add all Countries, States, Cities' Data DB Migration & Seeder for Laravel
10+
This package will allow you to add all Countries, States, Cities' Data DB Migration & Seeder for Laravel 10+
1111

1212
[![Latest Version on Packagist](https://img.shields.io/packagist/v/php-monsters/laravel-worldwide.svg?style=flat-square)](https://packagist.org/packages/php-monsters/laravel-worldwide)
1313
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/php-monsters/laravel-worldwide/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/php-monsters/laravel-worldwide/actions?query=workflow%3Arun-tests+branch%3Amain)
@@ -76,7 +76,6 @@ Add seeder File in `database\seeders\DatabaseSeeder.php` add this line to use `p
7676
```php
7777
public function run(): void
7878
{
79-
8079
$this->call(WorldTableSeeder::class);
8180
...
8281
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"require": {
2121
"php": "^8.2",
22+
"ext-mbstring": "*",
2223
"spatie/laravel-package-tools": "^1.16",
23-
"illuminate/contracts": "^12.0",
24-
"ext-mbstring": "*"
24+
"illuminate/contracts": ">=10"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.14",

0 commit comments

Comments
 (0)