Skip to content

Commit

Permalink
Version 0.6.0-pre2
Browse files Browse the repository at this point in the history
Fix composer.json error and phpstan exec
  • Loading branch information
eclipxe13 committed Mar 29, 2019
1 parent c86adb2 commit d7b3148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"phpstan/phpstan-shim": "^0.11"
},
"suggest": {
"phpcfdi/cfdi-expresiones": "Genera expresiones de CFDI 3.3, CFDI 3.2 y RET 1.0",
"phpcfdi/cfdi-expresiones": "Genera expresiones de CFDI 3.3, CFDI 3.2 y RET 1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -58,7 +58,7 @@
"vendor/bin/phplint",
"vendor/bin/phpunit --testdox --verbose --stop-on-failure",
"find . -type f -name .phpunit.result.cache -delete",
"vendor/bin/phpstan analyse --verbose --level max src/ tests/"
"vendor/bin/phpstan analyse --no-progress --verbose --level max src/ tests/"
],
"dev:coverage": [
"@php -dzend_extension=xdebug.so vendor/bin/phpunit --coverage-text --coverage-html build/coverage/html/"
Expand Down

0 comments on commit d7b3148

Please sign in to comment.