I have installed SimpleSAMLphp in my project using Composer, configured it and have it working nicely.
Unfortunately, every time I do a composer update the config.php, authsources.php and saml20-idp-remote.php files are deleted.
The documentation suggests a way of providing an alternative location or the config.php file but not for the other two.
Can anyone suggest a setting up SimpleSAMLphp with these files located outside of the vendor\SimpleSAMLphp folder?
I'm currently using a script to copy locally stored copies of these files back to the correct folder on a post-update trigger, but it seems to me to be a bit of a kludge.
Thanks.