From 94a708cfc5bddb70eed4abac4d3133f51461883d Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sun, 17 Feb 2013 16:54:29 -0800 Subject: [PATCH] Recommend actual version as constraint with installers. Ref composer/installers#58. --- ...-do-i-install-a-package-to-a-custom-path-for-my-framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md b/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md index e64c00a2c..b5956ca19 100644 --- a/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md +++ b/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" } }