From 5373ed777ed588c5495e2746f7cbf502e8ef02d5 Mon Sep 17 00:00:00 2001 From: sanaullahkhan Date: Thu, 14 Dec 2023 13:04:38 +0000 Subject: [PATCH] chore(deps): remove Nexus dependencies --- composer.json | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/composer.json b/composer.json index fc0f5efcb..9183b85fa 100644 --- a/composer.json +++ b/composer.json @@ -1,29 +1,6 @@ { "name": "olcs/olcs-selfserve", "description": "OLCS Self Service Web Site", - "repositories": [ - { - "packagist": false - }, - { - "type": "composer", - "url": "https://nexus.olcs.dev-dvsacloud.uk/repository/Packagist-Proxy", - "only": [ - "olcs/olcs-logging", - "olcs/olcs-utils", - "olcs/olcs-transfer", - "olcs/olcs-auth" - ] - }, - { - "url": "https://nexus.olcs.dev-dvsacloud.uk/repository/OLCS", - "type": "composer" - }, - { - "url": "https://nexus.olcs.dev-dvsacloud.uk/repository/Packagist-Proxy", - "type": "composer" - } - ], "require": { "php": ">=7.4", "dvsa/laminas-config-cloud-parameters": "^0.1.0",