Skip to content

Commit 6b49fba

Browse files
authored
Merge pull request #260 from Jhamnerx/master-dev
Terminar compatibilidad con/bacon-qr-code 3
2 parents 995491e + 59aacdf commit 6b49fba

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "greenter/greenter",
33
"description": "Facturacion Electrónica SUNAT en Perú",
4-
"keywords": ["facturacion-electronica", "sunat", "peru", "greenter"],
4+
"keywords": [
5+
"facturacion-electronica",
6+
"sunat",
7+
"peru",
8+
"greenter"
9+
],
510
"homepage": "https://greenter.dev/",
611
"license": "MIT",
712
"authors": [
@@ -21,7 +26,7 @@
2126
],
2227
"require": {
2328
"php": ">=7.4",
24-
"bacon/bacon-qr-code": "^2.0",
29+
"bacon/bacon-qr-code": "^2.0|^3.0",
2530
"greenter/gre-api": "^1.0",
2631
"greenter/xmldsig": "^5.0",
2732
"mikehaertl/phpwkhtmltopdf": "^2.4",
@@ -99,4 +104,4 @@
99104
"lint": "phpstan analyse",
100105
"lint:ci": "phpstan analyse --error-format=github"
101106
}
102-
}
107+
}

0 commit comments

Comments
 (0)