From 51722f93c9ef0475f775d3d878fdf41c4de68953 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Mon, 7 Mar 2022 22:39:05 -0800 Subject: [PATCH] removal of ^M line endings in composer.json (#4986) --- composer.json | 250 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 125 insertions(+), 125 deletions(-) diff --git a/composer.json b/composer.json index 367d8dcc9..08027e167 100644 --- a/composer.json +++ b/composer.json @@ -1,125 +1,125 @@ -{ - "name": "openemr/openemr", - "version": "6.0.0", - "description": "OpenEMR is a Free and Open Source electronic health records and medical practice management application", - "license": "GPL", - "support": { - "website": "https://www.open-emr.org/", - "issues": "https://github.com/openemr/openemr/issues", - "forum": "https://community.open-emr.org/", - "wiki": "https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page", - "source": "https://github.com/openemr/openemr" - }, - "require": { - "php": ">=7.4.0", - "academe/omnipay-authorizenetapi": "3.1.2", - "adodb/adodb-php": "5.21.4", - "aranyasen/hl7": "2.1.2", - "dompdf/dompdf": "1.1.1", - "ezyang/htmlpurifier": "4.14.0", - "google/apiclient": "2.12.1", - "guzzlehttp/guzzle": "7.4.1", - "html2text/html2text": "4.3.1", - "kamermans/guzzle-oauth2-subscriber": "1.0.11", - "knplabs/knp-snappy": "1.4.1", - "laminas/laminas-config": "3.7.0", - "laminas/laminas-db": "2.13.4", - "laminas/laminas-eventmanager": "3.4.0", - "laminas/laminas-escaper": "2.9.0", - "laminas/laminas-filter": "2.13.1", - "laminas/laminas-form": "3.1.1", - "laminas/laminas-inputfilter": "2.13.0", - "laminas/laminas-json": "3.3.0", - "laminas/laminas-json-server": "3.4.0", - "laminas/laminas-loader": "2.8.0", - "laminas/laminas-mvc": "3.3.0", - "laminas/laminas-mvc-console": "1.3.0", - "laminas/laminas-mvc-i18n": "1.3.0", - "laminas/laminas-servicemanager": "3.10.0", - "laminas/laminas-soap": "2.10.0", - "laminas/laminas-stdlib": "3.7.1", - "laminas/laminas-xmlrpc": "2.13.0", - "lcobucci/jwt": "4.1.5", - "league/omnipay": "3.2.1", - "mobiledetect/mobiledetectlib": "2.8.37", - "monolog/monolog": "2.3.5", - "mpdf/mpdf": "8.0.17", - "nyholm/psr7": "1.4.1", - "nyholm/psr7-server": "1.0.2", - "omnipay/stripe": "3.1.0", - "paragonie/multi-factor": "0.2.2", - "particle/validator": "2.3.4", - "pear/archive_tar": "1.4.14", - "phpmailer/phpmailer": "6.5.3", - "phpoffice/phpspreadsheet": "1.21.0", - "phpseclib/phpseclib": "2.0.35", - "psr/log": "1.1.4", - "ramsey/uuid": "4.2.3", - "rospdf/pdf-php": "0.12.63", - "smarty/smarty": "2.6.33", - "steverhoades/oauth2-openid-connect-server": "2.4.0", - "stripe/stripe-php": "7.112.0", - "symfony/config": "4.4.37", - "symfony/dependency-injection": "4.4.37", - "symfony/event-dispatcher": "4.4.37", - "symfony/event-dispatcher-contracts": "1.1.11", - "symfony/http-foundation": "4.4.37", - "symfony/yaml": "4.4.37", - "twig/twig": "3.3.8", - "vlucas/phpdotenv": "5.4.1", - "waryway/php-traits-library": "1.0.4", - "yubico/u2flib-server": "1.0.2", - "openemr/mustache": "^2.15" - }, - "config": { - "platform": { - "php": "7.4" - }, - "allow-plugins": { - "openemr/oe-module-installer-plugin": true - } - }, - "require-dev": { - "phpunit/phpunit": "9.*", - "symfony/panther": "1.*", - "zircote/swagger-php": "^3.2" - }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/openemr/wkhtmltopdf-openemr" - }, - { - "type": "git", - "url": "https://github.com/openemr/oe-module-cqm" - } - ], - "autoload": { - "exclude-from-classmap": [ - "src/Common/Compatibility/Checker.php", - "library/classes/ClinicalTypes/", - "library/classes/rulesets/", - "library/classes/smtp/" - ], - "classmap": [ - "library/classes" - ], - "files": [ - "library/htmlspecialchars.inc.php", - "library/formdata.inc.php", - "library/sanitize.inc.php", - "library/formatting.inc.php", - "library/date_functions.php", - "library/validation/validate_core.php", - "library/translation.inc.php" - ], - "psr-4": { - "OpenEMR\\": "src" - } - }, - "autoload-dev": { - "psr-4": { - "OpenEMR\\Tests\\": "tests\\Tests" - } - } -} +{ + "name": "openemr/openemr", + "version": "6.0.0", + "description": "OpenEMR is a Free and Open Source electronic health records and medical practice management application", + "license": "GPL", + "support": { + "website": "https://www.open-emr.org/", + "issues": "https://github.com/openemr/openemr/issues", + "forum": "https://community.open-emr.org/", + "wiki": "https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page", + "source": "https://github.com/openemr/openemr" + }, + "require": { + "php": ">=7.4.0", + "academe/omnipay-authorizenetapi": "3.1.2", + "adodb/adodb-php": "5.21.4", + "aranyasen/hl7": "2.1.2", + "dompdf/dompdf": "1.1.1", + "ezyang/htmlpurifier": "4.14.0", + "google/apiclient": "2.12.1", + "guzzlehttp/guzzle": "7.4.1", + "html2text/html2text": "4.3.1", + "kamermans/guzzle-oauth2-subscriber": "1.0.11", + "knplabs/knp-snappy": "1.4.1", + "laminas/laminas-config": "3.7.0", + "laminas/laminas-db": "2.13.4", + "laminas/laminas-eventmanager": "3.4.0", + "laminas/laminas-escaper": "2.9.0", + "laminas/laminas-filter": "2.13.1", + "laminas/laminas-form": "3.1.1", + "laminas/laminas-inputfilter": "2.13.0", + "laminas/laminas-json": "3.3.0", + "laminas/laminas-json-server": "3.4.0", + "laminas/laminas-loader": "2.8.0", + "laminas/laminas-mvc": "3.3.0", + "laminas/laminas-mvc-console": "1.3.0", + "laminas/laminas-mvc-i18n": "1.3.0", + "laminas/laminas-servicemanager": "3.10.0", + "laminas/laminas-soap": "2.10.0", + "laminas/laminas-stdlib": "3.7.1", + "laminas/laminas-xmlrpc": "2.13.0", + "lcobucci/jwt": "4.1.5", + "league/omnipay": "3.2.1", + "mobiledetect/mobiledetectlib": "2.8.37", + "monolog/monolog": "2.3.5", + "mpdf/mpdf": "8.0.17", + "nyholm/psr7": "1.4.1", + "nyholm/psr7-server": "1.0.2", + "omnipay/stripe": "3.1.0", + "paragonie/multi-factor": "0.2.2", + "particle/validator": "2.3.4", + "pear/archive_tar": "1.4.14", + "phpmailer/phpmailer": "6.5.3", + "phpoffice/phpspreadsheet": "1.21.0", + "phpseclib/phpseclib": "2.0.35", + "psr/log": "1.1.4", + "ramsey/uuid": "4.2.3", + "rospdf/pdf-php": "0.12.63", + "smarty/smarty": "2.6.33", + "steverhoades/oauth2-openid-connect-server": "2.4.0", + "stripe/stripe-php": "7.112.0", + "symfony/config": "4.4.37", + "symfony/dependency-injection": "4.4.37", + "symfony/event-dispatcher": "4.4.37", + "symfony/event-dispatcher-contracts": "1.1.11", + "symfony/http-foundation": "4.4.37", + "symfony/yaml": "4.4.37", + "twig/twig": "3.3.8", + "vlucas/phpdotenv": "5.4.1", + "waryway/php-traits-library": "1.0.4", + "yubico/u2flib-server": "1.0.2", + "openemr/mustache": "2.15.2" + }, + "config": { + "platform": { + "php": "7.4" + }, + "allow-plugins": { + "openemr/oe-module-installer-plugin": true + } + }, + "require-dev": { + "phpunit/phpunit": "9.*", + "symfony/panther": "1.*", + "zircote/swagger-php": "^3.2" + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/openemr/wkhtmltopdf-openemr" + }, + { + "type": "git", + "url": "https://github.com/openemr/oe-module-cqm" + } + ], + "autoload": { + "exclude-from-classmap": [ + "src/Common/Compatibility/Checker.php", + "library/classes/ClinicalTypes/", + "library/classes/rulesets/", + "library/classes/smtp/" + ], + "classmap": [ + "library/classes" + ], + "files": [ + "library/htmlspecialchars.inc.php", + "library/formdata.inc.php", + "library/sanitize.inc.php", + "library/formatting.inc.php", + "library/date_functions.php", + "library/validation/validate_core.php", + "library/translation.inc.php" + ], + "psr-4": { + "OpenEMR\\": "src" + } + }, + "autoload-dev": { + "psr-4": { + "OpenEMR\\Tests\\": "tests\\Tests" + } + } +} -- 2.11.4.GIT