Sfoglia il codice sorgente

Removed stable requirement

Jan Oris 8 anni fa
parent
commit
df0b36006b
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      composer.json

+ 1 - 3
composer.json

@@ -22,7 +22,5 @@
         "psr-4": {
             "Ixudra\\Curl\\": "src/"
         }
-    },
-
-    "minimum-stability": "stable"
+    }
 }