Version 2.0.0

This commit is contained in:
Matias Navarro Carter
2018-10-12 15:17:12 -03:00
parent 313f0eb05d
commit e540de2085
17 changed files with 373 additions and 51 deletions

View File

@@ -30,5 +30,9 @@
"psr-4": {
"MNC\\ChileanRut\\Tests\\": "tests"
}
},
"scripts": {
"test": "@php vendor/bin/phpunit --verbose",
"style": "@php vendor/bin/php-cs-fixer fix"
}
}