MediaWiki 1.35 (and possibly earlier) throws a debug warning when using the "RequireOnce" load method (i.e. require_once("$IP/extensions/SlackNotifications/SlackNotifications.php"
)
ReadMe and page should be modified to use wfLoadExtension( 'SlackNotifications' )
instead