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