Browse Source

Removed stable requirement

Jan Oris 8 năm trước cách đây
mục cha
commit
df0b36006b
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      composer.json

+ 1 - 3
composer.json

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