diff options
author | dsiddhath2 <dsiddhath2@gmail.com> | 2017-09-13 11:34:19 +0530 |
---|---|---|
committer | dsiddhath2 <dsiddhath2@gmail.com> | 2017-09-13 11:34:19 +0530 |
commit | ac82e9c409ea2695a46a81656b5618b78c0a3e46 (patch) | |
tree | 87a5834927f2a24e5e63c63d19ec5d290d24a191 | |
parent | d4eb9843a9ffd2c00bd50e3a1557db3cedad69fd (diff) | |
download | php-zxing-ac82e9c409ea2695a46a81656b5618b78c0a3e46.zip php-zxing-ac82e9c409ea2695a46a81656b5618b78c0a3e46.tar.gz php-zxing-ac82e9c409ea2695a46a81656b5618b78c0a3e46.tar.bz2 |
Removed unnecessary composer.json
-rw-r--r-- | src/composer.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/composer.json b/src/composer.json deleted file mode 100644 index 636adad..0000000 --- a/src/composer.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "sid/php-zxing", - "description": "Wrapper for zxing using php", - "type": "library", - "license": "MIT", - "authors": [ - { - "name": "Siddharth", - "email": "dsiddharth2@gmail.com" - } - ], - "autoload": { - "psr-0" : { - "PHPZxing" : "src" - } - } -}
\ No newline at end of file |