From f68fc0dfcfceff98a9c0ab539f00494b729aa30c Mon Sep 17 00:00:00 2001 From: Jerry Padgett Date: Tue, 29 Mar 2022 19:51:43 -0400 Subject: [PATCH] revert composer from PR #5046 (#5058) --- composer.json | 3 +- composer.lock | 135 ++-------------------------------------------------------- 2 files changed, 4 insertions(+), 134 deletions(-) diff --git a/composer.json b/composer.json index 89447c664..08027e167 100644 --- a/composer.json +++ b/composer.json @@ -69,8 +69,7 @@ "vlucas/phpdotenv": "5.4.1", "waryway/php-traits-library": "1.0.4", "yubico/u2flib-server": "1.0.2", - "openemr/mustache": "2.15.2", - "openemr/oe-module-cqm": "dev-main" + "openemr/mustache": "2.15.2" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 55422742a..5a7e6c01c 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": "f01c2d0e897e9dd2d0dd700a0dee3725", + "content-hash": "b0a9897f0cdd50fb30aac062877e462a", "packages": [ { "name": "academe/authorizenet-objects", @@ -4263,50 +4263,6 @@ "time": "2021-07-01T19:01:15+00:00" }, { - "name": "mi-squared/mi-framework", - "version": "0.1.5", - "source": { - "type": "git", - "url": "https://github.com/mi-squared/mi-framework.git", - "reference": "6795fb0b7e94303748cc070e9c98c020417ccaa6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mi-squared/mi-framework/zipball/6795fb0b7e94303748cc070e9c98c020417ccaa6", - "reference": "6795fb0b7e94303748cc070e9c98c020417ccaa6", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Mi2\\Utils": "src/", - "Mi2\\DataTable": "src/", - "Mi2\\Framework": "src/" - }, - "classmap": [] - }, - "notification-url": "https://packagist.org/downloads/", - "authors": [ - { - "name": "Ken Chapple", - "email": "ken@mi-squared.com" - } - ], - "description": "A simple mvc framework", - "homepage": "https://mi-squared.com", - "keywords": [ - "openemr" - ], - "support": { - "issues": "https://github.com/mi-squared/mi-framework/issues", - "source": "https://github.com/mi-squared/mi-framework/tree/0.1.5" - }, - "time": "2021-10-29T16:13:38+00:00" - }, - { "name": "mobiledetect/mobiledetectlib", "version": "2.8.37", "source": { @@ -5153,89 +5109,6 @@ "time": "2022-03-03T14:53:09+00:00" }, { - "name": "openemr/oe-module-cqm", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/openemr/oe-module-cqm", - "reference": "0455eb415465101b1d42b859f037c660940590c3" - }, - "require": { - "mi-squared/mi-framework": "^0.1.0", - "openemr/oe-module-installer-plugin": "^0.1.0" - }, - "default-branch": true, - "type": "openemr-module", - "autoload": { - "psr-4": { - "Mi2\\Cqm\\": "src/" - } - }, - "authors": [ - { - "name": "Ken Chapple", - "email": "ken@mi-squared.com" - }, - { - "name": "Jerry Padgett", - "email": "sjpadgett@gmail.com" - } - ], - "description": "Test CQM Services.", - "time": "2022-03-23T13:08:01+00:00" - }, - { - "name": "openemr/oe-module-installer-plugin", - "version": "0.1.5", - "source": { - "type": "git", - "url": "https://github.com/openemr/oe-module-installer-plugin.git", - "reference": "4803eb0e6ad07328bd0eac485d0b2ff9e075f9f6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/openemr/oe-module-installer-plugin/zipball/4803eb0e6ad07328bd0eac485d0b2ff9e075f9f6", - "reference": "4803eb0e6ad07328bd0eac485d0b2ff9e075f9f6", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^2.0" - }, - "require-dev": { - "composer/composer": "^2.0" - }, - "type": "composer-plugin", - "extra": { - "class": "OpenEMR\\Composer\\ModuleInstallerPlugin\\Plugin" - }, - "autoload": { - "psr-4": { - "OpenEMR\\Composer\\ModuleInstallerPlugin\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-3.0" - ], - "authors": [ - { - "name": "Stephen Nielson", - "email": "stephen@nielson.org", - "role": "Developer" - } - ], - "description": "OpenEMR Module Installer plugin for installing custom modules into the OpenEMR codebase.", - "keywords": [ - "openemr", - "openemr-module" - ], - "support": { - "issues": "https://github.com/openemr/oe-module-installer-plugin/issues", - "source": "https://github.com/openemr/oe-module-installer-plugin/tree/0.1.5" - }, - "time": "2021-05-03T14:22:43+00:00" - }, - { "name": "paragonie/constant_time_encoding", "version": "v2.5.0", "source": { @@ -12558,9 +12431,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "openemr/oe-module-cqm": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -12570,5 +12441,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" } -- 2.11.4.GIT