Skip to content

Commit

Permalink
Adicionado o php codesniffer e alterados os fontes para a PSR2
Browse files Browse the repository at this point in the history
  • Loading branch information
renandelmonico committed May 25, 2017
1 parent 249670c commit 0bc8e79
Show file tree
Hide file tree
Showing 65 changed files with 1,336 additions and 1,178 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@
"dompdf/dompdf": "0.6.*",
"phenx/php-font-lib": "0.2.*",
"zendframework/zend-servicemanager": "~2.0",
"zendframework/zend-barcode": "^2.3",
"zendframework/zend-barcode": "^2.3",
"satooshi/php-coveralls": "dev-master",
"smarty/smarty": "~3.1",
"nfephp-org/sped-nfe": "4.1.0.x-dev",
"phpunit/phpunit": "~5.7"
"phpunit/phpunit": "~5.7",
"squizlabs/php_codesniffer": "^3.0@dev"
},
"autoload": {
"psr-4": {
"Sped\\Gnre\\": "lib/Sped/Gnre/"
"Sped\\Gnre\\": "lib/Sped/Gnre/",
"Sped\\Gnre\\Test\\": "testes/"
}
}
}
Loading

0 comments on commit 0bc8e79

Please sign in to comment.