diff --git a/.gitignore b/.gitignore index cd68cd7..d6cb28d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ content/plugins/fair-plugin/ content/plugins/git-updater/ content/plugins/query-monitor/ content/plugins/wp-redis/ +content/plugins/mini-fair-repo/ content/plugins/aspireexplorer/ content/plugins/public-post-preview/ content/plugins/wordpress-seo/ diff --git a/composer.json b/composer.json index 1a7e0c8..1f07871 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "openwebff/server", + "name": "fairpm/server", "type": "project", "repositories": [ { @@ -7,6 +7,10 @@ "url": "https://github.com/GlotPress/GlotPress" }, { + "type": "vcs", + "url": "https://github.com/fairpm/mini-fair-repo" + }, + { "type": "vcs", "url": "https://github.com/aspirepress/AspireExplorer" },