Php 5.5 upgrade CentOS 6

I’m in the process of upgrading an OC 8.2 to latest and also migrating the instance form CentOs 6 to 7. I have now upgraded through 9.0 to 9.1 maybe 10.0, but now I get a message stating my php version 5.5 is not adequate. I can’t find documentation on upgrading the php version to 5.5 on CentOS 6 for OC. Would it be any different dependent on OC version? Or can I just follow this:
https://doc.owncloud.com/server/9.1/admin_manual/installation/php_54_installation.html
but add the CentOS 7 php 5.5 instructions for disabling old php modules and copying new ones into place, unless they sit in different places on CentOS 6 than 7?

Hey, i think that ownCloud doesn’t care how you’re doing a PHP upgrade as long as you’re reinstalling the packages listed here:

https://doc.owncloud.org/server/latest/admin_manual/installation/source_installation.html#prerequisites

Thank you for the reply.

I used the following repo with instructions provided:
http://rpms.remirepo.net/wizard/

…and it seemed to work. I did however update to 10.0 on CentOS 6, it would have been better to do a migration to CentOS 7 on an older version and then carry on with the iterations of point releases after the migration. Going to try migrate the 10.0.0 version in the next 24 hours and test. Will revert.