OpenConext / OpenConext-user-lifecycle

Deprovision users within the OpenConext platform
Apache License 2.0
1 stars 0 forks source link

Upgrade to Symfony 4.4 #42

Closed MKodde closed 2 years ago

MKodde commented 2 years ago

Several tasks where required to get a working application in SF 4.4 chief amongst which:

  1. Convert the application to be compatible with Symfony Flex
  2. Upgrade all PHP dependencies to maintained and compatible versions
  3. Address BC breaking changes in the code base.

Apologies for the great number of changes in this PR. These kind of upgrade tasks are very difficult to break up into smaller PR's. That's my excuse I guess.