drop support for php 7.4 (#5740)
commit0272c4eab8bdc3711ed8bc3f77e9e429559fb405
authorBrady Miller <brady.g.miller@gmail.com>
Sat, 10 Dec 2022 06:59:20 +0000 (9 22:59 -0800)
committerGitHub <noreply@github.com>
Sat, 10 Dec 2022 06:59:20 +0000 (9 22:59 -0800)
treedc687399e246cab3865c3c34ed66bd52304fc83b
parent8dd17c6b47e2c32d52059877beb650733f05f021
drop support for php 7.4 (#5740)

* drop support for php 7.4

* finish laminas console removal

* merge fix

* got import ccda working

* fixes

* one more command done (register) and 2 more left

* fix

* one more command done (zfc-module) and 1 more left

* done

* php syntax ci update

Co-authored-by: stephen waite <stephen.waite@cmsvt.com>
26 files changed:
.github/workflows/syntax.yml
.github/workflows/test.yml
CONTRIBUTING.md
bin/console [new file with mode: 0644]
ci/apache_74_106/docker-compose.yml [deleted file]
ci/nginx_74/docker-compose.yml [deleted file]
ci/nginx_74/php.ini [deleted file]
composer.json
composer.lock
contrib/util/ccda_import/import_ccda.php
interface/modules/zend_modules/config/application.config.php
interface/modules/zend_modules/module/Acl/src/Acl/Controller/AclController.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/CarecoordinationController.php
interface/modules/zend_modules/module/Installer/Module.php
interface/modules/zend_modules/module/Installer/config/module.config.php
interface/modules/zend_modules/module/Installer/src/Installer/Controller/InstallerController.php
interface/modules/zend_modules/public/index.php
src/Common/Command/AclModify.php [new file with mode: 0644]
src/Common/Command/CcdaImport.php [new file with mode: 0644]
src/Common/Command/CcdaNewpatient.php [new file with mode: 0644]
src/Common/Command/CcdaNewpatientImport.php [new file with mode: 0644]
src/Common/Command/Register.php [new file with mode: 0644]
src/Common/Command/ZfcModule.php [new file with mode: 0644]
src/Common/Compatibility/Checker.php
src/Core/ModulesApplication.php
src/Services/Cda/CdaTemplateImportDispose.php