From 41adf4ac318aa9bbf50a03e0febe29c7c3449040 Mon Sep 17 00:00:00 2001 From: carl-alberto Date: Tue, 12 Nov 2024 03:23:19 +0800 Subject: [PATCH] Added the new references to the new repo in github instead from the old one --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e29a82b..c0e4999 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ { "type": "vcs", "name": "thecodeco/wpmvc", - "url": "https://bitbucket.org/thecodeco/wpmvc.git" + "url": "https://github.com/TheCodeCompany/wpmvc.git" } ], "require": { "php": ">=8.0.0", - "thecodeco/wpmvc": "dev-master" + "thecodeco/wpmvc": "dev-main" }, "autoload": { "files": [ @@ -21,4 +21,4 @@ "MyApp\\Core\\": "src/" } } -} \ No newline at end of file +}