We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb27f4 commit eb43805Copy full SHA for eb43805
README.md
@@ -9,7 +9,7 @@ Install using composer
9
```json
10
{
11
"require": {
12
- "dsiddharth2/php-zxing": "1.0.1"
+ "dsiddharth2/php-zxing": "1.0.2"
13
}
14
15
```
@@ -19,6 +19,10 @@ Note
19
* Only Decoder is programmed right now. Needs programming of Encoder.
20
* The Default location of java that is configured is /usr/bin/java
21
22
+Changes in version 1.0.2
23
+--------------------
24
+* Updated the new jars and tested on windows system
25
+
26
Changes in version 1.0.1
27
--------------------
28
* Added a isFound function that will tell if the bar code is found.
0 commit comments