From 4c288d10b519321cd8910d0d9c35b015b175af6a Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 30 Dec 2013 01:24:18 -0700 Subject: [PATCH] Add version to guidelines. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 230cd82..aef8297 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Please ensure your pull request adheres to the following guidelines: * Please search previous issues before making a suggestion, as it may be a duplicate. -* Libraries that are Composer installable, PSR compliant, and tested are preferred. +* Libraries that are PHP 5.3+, Composer installable, PSR compliant, and tested are preferred. * Please make an individual pull request for each suggestion. * Please use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION. * Please prefix duplicate library names with their vendor or namespace followed by a space: Orno\DI would be Orno DI.