Skip to content

Commit 85c687c

Browse files
Remodelagem do repositório.
1 parent c0772c9 commit 85c687c

File tree

7 files changed

+5789
-35
lines changed

7 files changed

+5789
-35
lines changed

Diff for: composer.json

+11
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,16 @@
33
"psr-4": {
44
"Vendor\\Namespace\\": ""
55
}
6+
},
7+
"require-dev": {
8+
"phpunit/phpunit": "^9.5",
9+
"squizlabs/php_codesniffer": "^3.7",
10+
"friendsofphp/php-cs-fixer": "^3.13",
11+
"phpmd/phpmd": "^2.13",
12+
"phploc/phploc": "^7.0",
13+
"phpstan/phpstan": "^1.9",
14+
"icanhazstring/composer-unused": "^0.8.4",
15+
"vimeo/psalm": "^4.29",
16+
"vlucas/phpdotenv": "^5.5"
617
}
718
}

0 commit comments

Comments
 (0)