wupengfei 2 years ago
parent
commit
021f2fb5c4
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .idea/workspace.xml
  2. 2 2
      vendor/autoload.php

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/vendor/elastic/transport/src/NodePool/Selector/RoundRobin.php" beforeDir="false" afterPath="$PROJECT_DIR$/vendor/elastic/transport/src/NodePool/Selector/RoundRobin.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/vendor/autoload.php" beforeDir="false" afterPath="$PROJECT_DIR$/vendor/autoload.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -261,7 +261,7 @@
       <workItem from="1678410737283" duration="21226000" />
       <workItem from="1678495559564" duration="25187000" />
       <workItem from="1678668116151" duration="24851000" />
-      <workItem from="1678754950693" duration="5952000" />
+      <workItem from="1678754950693" duration="6056000" />
     </task>
     <servers />
   </component>

+ 2 - 2
vendor/autoload.php

@@ -2,10 +2,10 @@
 
 // autoload.php @generated by Composer
 
-if (PHP_VERSION_ID < 50600) {
+/*if (PHP_VERSION_ID < 50600) {
     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;
     exit(1);
-}
+}*/
 
 require_once __DIR__ . '/composer/autoload_real.php';