From 899b329b905fee7568545cb037df8c3fb460e25c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 1 Apr 2021 17:56:25 +1100 Subject: [PATCH] Update composer.json --- composer.json | 8 ++------ composer.lock | 45 ++------------------------------------------- 2 files changed, 4 insertions(+), 49 deletions(-) diff --git a/composer.json b/composer.json index 711000d8dc02..05ca3ad4877b 100644 --- a/composer.json +++ b/composer.json @@ -68,8 +68,7 @@ "symfony/http-client": "^5.2", "turbo124/beacon": "^1.0", "webpatser/laravel-countries": "dev-master#75992ad", - "wildbit/swiftmailer-postmark": "^3.3", - "invoiceninja/admin-module": "dev-master" + "wildbit/swiftmailer-postmark": "^3.3" }, "require-dev": { "php": "^7.3|^7.4", @@ -135,8 +134,5 @@ "optimize-autoloader": true }, "minimum-stability": "dev", - "prefer-stable": true, - "repositories": [ - {"type": "vcs", "url": "https://github.com/invoiceninja/admin-module"} - ] + "prefer-stable": true } diff --git a/composer.lock b/composer.lock index ee437550a0d1..25ba157a2400 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d0023db8c59d4b2d3ceca97b5fdaaf03", + "content-hash": "2307a2f3214da0d1cc772cc1a1405682", "packages": [ { "name": "authorizenet/authorizenet", @@ -2638,46 +2638,6 @@ }, "time": "2019-11-02T09:15:47+00:00" }, - { - "name": "invoiceninja/admin-module", - "version": "dev-master", - "source": { - "type": "git", - "url": "git@github.com:invoiceninja/admin-module.git", - "reference": "dff0e7b16bd0ec9f36694b636db641579d52d753" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/invoiceninja/admin-module/zipball/dff0e7b16bd0ec9f36694b636db641579d52d753", - "reference": "dff0e7b16bd0ec9f36694b636db641579d52d753", - "shasum": "" - }, - "default-branch": true, - "type": "library", - "extra": { - "laravel": { - "providers": [], - "aliases": [] - } - }, - "autoload": { - "psr-4": { - "Modules\\Admin\\": "" - } - }, - "authors": [ - { - "name": "David Bomba", - "email": "turbo124@gmail.com" - } - ], - "description": "Admin module for reselling Invoice Ninja", - "support": { - "source": "https://github.com/invoiceninja/admin-module/tree/master", - "issues": "https://github.com/invoiceninja/admin-module/issues" - }, - "time": "2021-04-01T03:50:33+00:00" - }, { "name": "jean85/pretty-package-versions", "version": "2.0.3", @@ -14168,8 +14128,7 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "webpatser/laravel-countries": 20, - "invoiceninja/admin-module": 20 + "webpatser/laravel-countries": 20 }, "prefer-stable": true, "prefer-lowest": false,