diff --git a/composer.json b/composer.json index 4eca045b..5f8ce911 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,6 @@ "livewire/livewire": "^2.12.3", "lorisleiva/laravel-actions": "^2.6", "mckenziearts/blade-untitledui-icons": "^1.2", - "nnjeim/world": "^1.1.27", "notchpay/notchpay-php": "^1.3", "qcod/laravel-gamify": "1.0.7", "ramsey/uuid": "^4.7.4", diff --git a/composer.lock b/composer.lock index 6c954473..84cd17e3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "22449adfdb0b95df2a3002e1fa67da7b", + "content-hash": "5b8ae63dcc6e508547d4585aa91e64af", "packages": [ { "name": "abraham/twitteroauth", @@ -6036,72 +6036,6 @@ }, "time": "2024-10-08T18:51:32+00:00" }, - { - "name": "nnjeim/world", - "version": "1.1.31", - "source": { - "type": "git", - "url": "https://github.com/nnjeim/world.git", - "reference": "5d76a937d37723d5f57842bb3b3d11b6375354d6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nnjeim/world/zipball/5d76a937d37723d5f57842bb3b3d11b6375354d6", - "reference": "5d76a937d37723d5f57842bb3b3d11b6375354d6", - "shasum": "" - }, - "require": { - "php": ">=7.4" - }, - "require-dev": { - "orchestra/testbench": ">=v4.0.0", - "phpunit/phpunit": ">=8.5.8" - }, - "type": "laravel-package", - "extra": { - "laravel": { - "providers": [ - "Nnjeim\\World\\WorldServiceProvider" - ], - "aliases": { - "Country": "Nnjeim\\World\\World" - } - } - }, - "autoload": { - "psr-4": { - "Nnjeim\\World\\": "src/", - "Nnjeim\\World\\Database\\Seeders\\": "src/Database/Seeders/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Najm Njeim", - "email": "najm@njeim.net", - "role": "Developer" - } - ], - "description": "Laravel countries, states, cities and currencies", - "homepage": "https://github.com/nnjeim/world.git", - "keywords": [ - "cities", - "countries", - "currencies", - "laravel", - "lumen", - "states", - "timezones" - ], - "support": { - "issues": "https://github.com/nnjeim/world/issues", - "source": "https://github.com/nnjeim/world/tree/1.1.31" - }, - "time": "2024-07-15T03:36:17+00:00" - }, { "name": "notchpay/notchpay-php", "version": "1.6.1", diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php index 191caabb..d26ecbff 100644 --- a/database/seeders/DatabaseSeeder.php +++ b/database/seeders/DatabaseSeeder.php @@ -17,7 +17,6 @@ public function run(): void $this->call(ReactionSeeder::class); $this->call(ChannelSeeder::class); $this->call(DeveloperPremiumPlanSeeder::class); - $this->call(WorldSeeder::class); $this->call(FeatureTableSeeder::class); if (! App::environment('production')) { diff --git a/database/seeders/WorldSeeder.php b/database/seeders/WorldSeeder.php deleted file mode 100644 index a13924a0..00000000 --- a/database/seeders/WorldSeeder.php +++ /dev/null @@ -1,16 +0,0 @@ -call([SeedAction::class]); - } -}