mjordan / riprap

A PREMIS-compliant fixity checking microservice.
MIT License
13 stars 7 forks source link

Update Riprap to a modern version of Symfony #80

Open mjordan opened 2 years ago

mjordan commented 2 years ago

Symfony is now at version 6. Either update Riprap to this, or rewrite it in another framework that is less susceptible to constant platform updates.

mjordan commented 2 years ago

Plan: lock components into 4.4 LTS in composer.json (e.g. "^4.4") then migrate to 5.4 LTS, which is bug-fix supported until Nov. 2024.