diff options
author | Noah Heck <myesain84@gmail.com> | 2015-02-07 15:32:16 -0700 |
---|---|---|
committer | Noah Heck <myesain84@gmail.com> | 2015-02-07 15:32:16 -0700 |
commit | d35b5c39c95a2033f6add23f3ea77b998ef1e7b2 (patch) | |
tree | 4aed278843c9dcf2956f6c4baea2967f0354177c | |
parent | 5a2b3b81e3600a61c4ba8d9c24f26e3a3f5ba914 (diff) | |
download | E_PDOStatement-d35b5c39c95a2033f6add23f3ea77b998ef1e7b2.zip E_PDOStatement-d35b5c39c95a2033f6add23f3ea77b998ef1e7b2.tar.gz E_PDOStatement-d35b5c39c95a2033f6add23f3ea77b998ef1e7b2.tar.bz2 |
Composer package instructionorigin/composerSetup
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ Add to your composer.json to have it loaded when you create your project: ```json "require" : { - "noahheck/E_PDOStatement" : "1.2.*" + "noahheck/e_pdostatement" : "1.2.*" } ``` |