1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-01 22:10:49 +00:00

Add version to guidelines.

This commit is contained in:
Jamie 2013-12-30 01:24:18 -07:00
parent 6086020c76
commit 4c288d10b5

View File

@ -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.