Subversion Repositories oidplus

Rev

Rev 1407 | Rev 1422 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <?php
  2.  
  3. // autoload.php @generated by Composer
  4.  
  5. if (PHP_VERSION_ID < 50600) {
  6.     echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
  7.     exit(1);
  8. }
  9.  
  10. require_once __DIR__ . '/composer/autoload_real.php';
  11.  
  12. return ComposerAutoloaderInitOidPlusWhoisXml::getLoader();
  13.