upgrade symfony from 4.4 to 5.4 (#6012)
commit9dc161d8d5b3fa71508b3e9f23b7c3e4aea49b97
authorBrady Miller <brady.g.miller@gmail.com>
Tue, 13 Dec 2022 20:38:17 +0000 (13 12:38 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2022 20:38:17 +0000 (13 12:38 -0800)
tree1e140c03c886faf2854ba5f1b2126035d783c50e
parent164a70603cc9b4471d65b48cbc346f5601ded226
upgrade symfony from 4.4 to 5.4 (#6012)
51 files changed:
apis/dispatch.php
composer.json
composer.lock
interface/main/calendar/add_edit_event.php
interface/main/calendar/modules/PostCalendar/pnuserapi.php
interface/main/finder/dynamic_finder_ajax.php
interface/main/finder/patient_select.php
interface/patient_file/report/patient_report.php
interface/patient_file/summary/demographics.php
interface/patient_file/summary/demographics_full.php
interface/usergroup/usergroup_admin.php
library/appointments.inc.php
library/globals.inc.php
library/sanitize.inc.php
library/smarty/plugins/function.dispatchPatientDocumentEvent.php
src/Common/Auth/OpenIDConnect/Repositories/ScopeRepository.php
src/Events/AbstractBoundFilterEvent.php
src/Events/Appointments/AppointmentRenderEvent.php
src/Events/Appointments/AppointmentSetEvent.php
src/Events/Appointments/AppointmentsFilterEvent.php
src/Events/Appointments/CalendarFilterEvent.php
src/Events/Codes/ExternalCodesCreatedEvent.php
src/Events/Facility/FacilityCreatedEvent.php
src/Events/Facility/FacilityUpdatedEvent.php
src/Events/Globals/GlobalsInitializedEvent.php
src/Events/Main/Tabs/RenderEvent.php
src/Events/Messaging/SendSmsEvent.php
src/Events/Patient/BeforePatientCreatedEvent.php
src/Events/Patient/BeforePatientUpdatedEvent.php
src/Events/Patient/PatientCreatedEvent.php
src/Events/Patient/PatientUpdatedEvent.php
src/Events/Patient/Summary/Card/RenderEvent.php
src/Events/Patient/Summary/Card/SectionEvent.php
src/Events/PatientDemographics/RenderEvent.php
src/Events/PatientDemographics/UpdateEvent.php
src/Events/PatientDemographics/ViewEvent.php
src/Events/PatientDocuments/PatientDocumentEvent.php
src/Events/PatientPortal/AppointmentFilterEvent.php
src/Events/PatientReport/PatientReportEvent.php
src/Events/RestApiExtend/RestApiCreateEvent.php
src/Events/User/UserCreatedEvent.php
src/Events/User/UserUpdatedEvent.php
src/Menu/MainMenuRole.php
src/Menu/MenuEvent.php
src/Menu/PatientMenuEvent.php
src/Menu/PatientMenuRole.php
src/Patient/Cards/PortalCard.php
src/Services/FacilityService.php
src/Services/PatientService.php
tests/eventdispatcher/oe-modify-patient-menu-example/openemr.bootstrap.php
tests/eventdispatcher/oe-patient-create-update-hooks-example/openemr.bootstrap.php