summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Heck <myesain84@gmail.com>2015-02-07 15:32:52 -0700
committerNoah Heck <myesain84@gmail.com>2015-02-07 15:32:52 -0700
commitcd0ff9134dfda8f35374ba83f7a77cf189e663f5 (patch)
tree4aed278843c9dcf2956f6c4baea2967f0354177c
parentc3ab471506c9ce213686fb381d951e9738089b7d (diff)
parentd35b5c39c95a2033f6add23f3ea77b998ef1e7b2 (diff)
downloadE_PDOStatement-1.2.1.zip
E_PDOStatement-1.2.1.tar.gz
E_PDOStatement-1.2.1.tar.bz2
Merge pull request #7 from noahheck/composerSetupv1.2.1
Composer setup
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7111f5d..46ccd22 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,14 @@ Download the file...put it into a suitable location in your application director
### Update
BONUS FILE NOW INCLUDED - composer.json (because, obviously, composer is a good thing to use).
+Add to your composer.json to have it loaded when you create your project:
+
+```json
+"require" : {
+ "noahheck/e_pdostatement" : "1.2.*"
+}
+```
+
You can also clone (or fork) (or fork then clone).
##Configuration