Commit 24b99d6bacf6290bbd6a2d82d43eff869693024c

Authored by Fábio Ribeiro
1 parent 5c272ff8
Exists in composer

Adicionado require para desenvolvimento

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
composer.json
... ... @@ -14,5 +14,9 @@
14 14 "psr-4": {
15 15 "i3geo\\": "src"
16 16 }
  17 + },
  18 + "require-dev": {
  19 + "friendsofphp/php-cs-fixer": "^2.12",
  20 + "phpunit/phpunit": "^7.3"
17 21 }
18 22 }
... ...