diff options
author | dsiddhath2 <dsiddhath2@gmail.com> | 2017-09-13 12:02:34 +0530 |
---|---|---|
committer | dsiddhath2 <dsiddhath2@gmail.com> | 2017-09-13 12:02:34 +0530 |
commit | 5e98369cd86937be3e396f48fda8a64487e2d0a0 (patch) | |
tree | 941bb0947bce9e98c018e4aa233e1e7664650fc6 | |
parent | 89fcd48b3384967277aedbede16e1d6a94ffcd09 (diff) | |
download | php-zxing-5e98369cd86937be3e396f48fda8a64487e2d0a0.zip php-zxing-5e98369cd86937be3e396f48fda8a64487e2d0a0.tar.gz php-zxing-5e98369cd86937be3e396f48fda8a64487e2d0a0.tar.bz2 |
Fixed composer file
-rw-r--r-- | src/composer.json (renamed from composer.json) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/src/composer.json index 239f2f8..d1c63af 100644 --- a/composer.json +++ b/src/composer.json @@ -11,7 +11,7 @@ ], "autoload": { "psr-0" : { - "dsiddharth2/php-zxing" : "src/PHPZxing" + "dsiddharth2/php-zxing" : "src" } } }
\ No newline at end of file |