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
28
forks
source link
Soft drop PHP 5.X support, in favour of PHP 7.4 "out of the box" #509
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...
it appears as a rename of the composer-7.4 files to the composer-5.4 files, which is not what has happened.
the pre-existing composer files were renamed to composer-5.4 files and then the composer-7.4 files were renamed to the composer files.
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...