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 +}