Skip to content

Commit

Permalink
Merge pull request #32 from renandelmonico/phpcs
Browse files Browse the repository at this point in the history
Adicionado o php codesniffer e alterados os fontes para a PSR2
  • Loading branch information
marabesi authored May 25, 2017
2 parents 249670c + 0bc8e79 commit c047a34
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 c047a34

Please sign in to comment.