Skip to content

Commit

Permalink
remove platform checker for php < 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Sep 20, 2024
1 parent e95b60b commit d0c1e79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"name": "moodle/tool_opencast",
"require": {
"elan-ev/opencast-api": "1.8"
},
"config": {
"platform-check": false
}
}
2 changes: 0 additions & 2 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public static function getLoader()
return self::$loader;
}

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInit8ba2ca4e105ea351f7cb241590a7de7e', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit8ba2ca4e105ea351f7cb241590a7de7e', 'loadClassLoader'));
Expand Down
26 changes: 0 additions & 26 deletions vendor/composer/platform_check.php

This file was deleted.

0 comments on commit d0c1e79

Please sign in to comment.