Skip to content

Commit e25da98

Browse files
committed
feat(stream): add use phpmetrics
1 parent df09cec commit e25da98

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
composer.lock
33
index.php
44
/src/IO/
5+
/myreport/

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"phpunit/phpunit": "^8.5",
1818
"mockery/mockery": "^1.3",
1919
"phpunit/php-code-coverage": "^7.0",
20-
"larapack/dd": "^1.1"
20+
"larapack/dd": "^1.1",
21+
"phpmetrics/phpmetrics": "^2.7"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)