Skip to content

Commit

Permalink
Se implementa nuevo esquema de boletas junto a desglose de IVA
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Oct 12, 2020
1 parent c4324d9 commit 6e3f9c7
Show file tree
Hide file tree
Showing 9 changed files with 410 additions and 163 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ firma:
rm tests/firma.key tests/firma.crt

test:
phpunit --bootstrap tests/bootstrap.php tests
vendor/bin/phpunit --bootstrap tests/bootstrap.php tests

pdf:
doxygen && cd doc/latex && make pdf
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tecnickcom/tcpdf": "6.2.26"
},
"require-dev": {
"phpunit/phpunit": "9.0.*"
"phpunit/phpunit": "9.4.*"
},
"autoload": {
"psr-4": {"sasco\\LibreDTE\\": "lib/"}
Expand Down
Loading

0 comments on commit 6e3f9c7

Please sign in to comment.