Skip to content

Commit

Permalink
Merge pull request #25 from PayU/update_dev_libraries
Browse files Browse the repository at this point in the history
update dev libraries
  • Loading branch information
benigheorghita authored Aug 8, 2023
2 parents 00e5221 + d49e79c commit 457e45e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
}
},
"require-dev": {
"phpunit/phpunit": "9",
"mnapoli/pretty": "^1.1",
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "^9.6",
"mnapoli/pretty": "^1.2",
"squizlabs/php_codesniffer": "^3.7",
"qossmic/deptrac-shim": "^0.24"
},
"require": {
Expand Down
9 changes: 6 additions & 3 deletions deptrac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ deptrac:
- AnonymizationProvider
ValueAnonymizers: # ValueAnonymizerInterface in AnonymizationProvider namespace
- AnonymizationProvider



analyser:
types:
- class
- function
- file
- use

0 comments on commit 457e45e

Please sign in to comment.