Skip to content

Commit

Permalink
Replace qossmic/deptrac-shim with qossmic/deptrac (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-georgiev authored Apr 1, 2024
1 parent 0d54d68 commit 91a344f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions ci/deptrac/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ deptrac:
layers:
- name: Functions
collectors:
- type: className
regex: \\MartinGeorgiev\\Doctrine\\ORM\\AST\\Functions\\.*
- type: class
value: \\MartinGeorgiev\\Doctrine\\ORM\\AST\\Functions\\.*
- name: Types
collectors:
- type: className
regex: \\MartinGeorgiev\\Doctrine\\DBAL\\Types\\.*
- type: class
value: \\MartinGeorgiev\\Doctrine\\DBAL\\Types\\.*
- name: Utils
collectors:
- type: className
regex: \\MartinGeorgiev\\Utils\\.*
- type: class
value: \\MartinGeorgiev\\Utils\\.*
- name: Tests
collectors:
- type: className
regex: \\Tests\\MartinGeorgiev\\.*
- type: class
value: \\Tests\\MartinGeorgiev\\.*

ruleset:
Functions:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"phpstan/phpstan": "^1.10.65",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpunit/phpunit": "^10.5.15",
"qossmic/deptrac-shim": "^1.0.2",
"qossmic/deptrac": "^2.0.0-alpha",
"rector/rector": "^1.0.3",
"symfony/cache": "^6.4||^7.0"
},
Expand Down

0 comments on commit 91a344f

Please sign in to comment.