diff --git a/composer.json b/composer.json index 8028525..180e277 100644 --- a/composer.json +++ b/composer.json @@ -35,10 +35,10 @@ "require": { "php": "^8.1", "blax-software/laravel-workkit": "*", - "illuminate/container": "^9.0|^10.0|^11.0|^12.0", - "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", - "illuminate/database": "^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^9.0|^10.0|^11.0|^12.0" + "illuminate/container": "^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/database": "^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "laravel/framework": "*", diff --git a/database/migrations/create_blax_address_tables.php.stub b/database/migrations/create_blax_address_tables.php.stub index 982e5d3..70c4f94 100644 --- a/database/migrations/create_blax_address_tables.php.stub +++ b/database/migrations/create_blax_address_tables.php.stub @@ -153,7 +153,6 @@ return new class extends Migration $table->index('type'); $table->index('is_primary'); }); - } /* |----------------------------------------------------------------------