From 7b89add86e20329a3e3379d12447eed17ac128e7 Mon Sep 17 00:00:00 2001 From: nullthoughts Date: Tue, 17 Mar 2020 13:51:26 -0400 Subject: [PATCH] Update namespace from distinctm to nullthoughts --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3bcafb8..71d7824 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { - "name": "distinctm/laravel-data-sync", + "name": "nullthoughts/laravel-data-sync", "description": "Laravel utility to keep records synced between environments through source control", "license": "MIT", "authors": [ { - "name": "distinctm", - "email": "jani@marketdistinctly.com" + "name": "nullthoughts", + "email": "jani@nullincorporated.com" } ], "require": {