diff options
author | Noah Heck <myesain84@gmail.com> | 2015-02-07 15:32:52 -0700 |
---|---|---|
committer | Noah Heck <myesain84@gmail.com> | 2015-02-07 15:32:52 -0700 |
commit | cd0ff9134dfda8f35374ba83f7a77cf189e663f5 (patch) | |
tree | 4aed278843c9dcf2956f6c4baea2967f0354177c | |
parent | c3ab471506c9ce213686fb381d951e9738089b7d (diff) | |
parent | d35b5c39c95a2033f6add23f3ea77b998ef1e7b2 (diff) | |
download | E_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.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |