summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/composer.json17
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