Bläddra i källkod

Recommend actual version as constraint with installers. Ref composer/installers#58.

Kyle Robinson Young 12 år sedan
förälder
incheckning
94a708cfc5

+ 1 - 1
doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md

@@ -15,7 +15,7 @@ WordPress theme:
         "name": "you/themename",
         "type": "wordpress-theme",
         "require": {
-            "composer/installers": "*"
+            "composer/installers": "~1.0"
         }
     }