From 50eed1588999fed0a94efe54031a5bde3c15db47 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Sat, 4 Jul 2020 16:46:53 -0700 Subject: [PATCH] updated repository url --- composer.json | 2 +- composer.lock | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f17d19f..6e2ef5c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "ai/noblogs-wp-ssl", + "name": "noblogs/noblogs-wp-ssl", "description": "git@git.autistici.org:ai/noblogs-wp-ssl.git", "type": "wordpress-muplugin", "require": { diff --git a/composer.lock b/composer.lock index 62e354d..754f725 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ef4d900882b97ecd5aaaa7a75b959abf", + "content-hash": "15620843352badae9b025142ba3fd682", "packages": [ { "name": "composer/installers", @@ -131,6 +131,16 @@ "zend", "zikula" ], + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], "time": "2020-04-07T06:57:05+00:00" } ], @@ -141,5 +151,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" } -- GitLab