Browse Source

Removed stable requirement

Jan Oris 8 years ago
parent
commit
df0b36006b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      composer.json

+ 1 - 3
composer.json

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