소스 검색

chore: Removed composer dependency

Edgard Messias 5 년 전
부모
커밋
23c7b58e8d
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      setup.php

+ 4 - 4
setup.php

@@ -45,10 +45,10 @@ function plugin_version_singlesignon() {
 function plugin_singlesignon_check_prerequisites() {
    $autoload = __DIR__ . '/vendor/autoload.php';
 
-   if (!file_exists($autoload)) {
-      echo __sso("Run first: composer install");
-      return false;
-   }
+   // if (!file_exists($autoload)) {
+   //    echo __sso("Run first: composer install");
+   //    return false;
+   // }
    if (version_compare(GLPI_VERSION, '0.85', 'lt')) {
       echo __sso("This plugin requires GLPI >= 0.85");
       return false;