GOCDB / gocdb

Grid Operations Configuration Management Database. A Repository, Portal and REST style API for managing Grid and Cloud topology objects including; projects, administrative domains, sites, services, service-endpoints, service-groups, downtimes, users, roles and business rules.
Apache License 2.0
12 stars 27 forks source link

Soft drop PHP 5.X support, in favour of PHP 7.4 "out of the box" #509

Closed gregcorbett closed 3 months ago

gregcorbett commented 4 months ago

This PR soft drops support for PHP 5.X, in favour of PHP 7.4 support "out of the box".

It is still possible to run GOCDB on PHP 5.X - however this will require specific deployments reverting this commit to restore the appropriate composer files.

The composer-5.4.{json, lock} files will remain in the short term to facilitiate the above and to enable continued testing of the codebase against PHP 5.X. These files will be removed from the repository after 1st July 2024, along with automated testing of PHP 5.X.

NB: The diff rendered here is slightly weird...

gregcorbett commented 4 months ago

494 is the PR to actually drop PHP 5.X support.