Skip to content

Commit a079d3a

Browse files
committed
Remove deptrac
1 parent c7e3c23 commit a079d3a

7 files changed

Lines changed: 200 additions & 1401 deletions

File tree

.github/workflows/deptrac.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ infection.log
88
.phpbench/
99
infection.html
1010
*.sqlite3
11-
.deptrac.cache
1211
docs_php/
1312
docs/.cache

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ infection: vendor
5151
infection-diff: vendor ## run infection on differences
5252
php -d memory_limit=312M vendor/bin/infection --threads=max --git-diff-lines --git-diff-base=origin/HEAD --ignore-msi-with-no-mutations --only-covered --min-msi=80 --min-covered-msi=95
5353

54-
.PHONY: deptrac
55-
deptrac: vendor-tools ## run deptrac
56-
cd tools && ./vendor/bin/deptrac -c ../deptrac.yaml
57-
58-
.PHONY: deptrac-baseline
59-
deptrac-baseline: vendor-tools ## run deptrac and update baseline
60-
cd tools && ./vendor/bin/deptrac -c ../deptrac.yaml --formatter=baseline --output=../deptrac-baseline.yaml
61-
6254
.PHONY: static
6355
static: phpstan cs ## run static analyser
6456

deptrac-baseline.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

deptrac.yaml

Lines changed: 0 additions & 194 deletions
This file was deleted.

tools/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"require": {
33
"php": "~8.5.0",
4-
"roave/backward-compatibility-check": "^8.16.0",
5-
"deptrac/deptrac": "^4.2.1"
4+
"roave/backward-compatibility-check": "^8.20.0"
65
}
76
}

0 commit comments

Comments
 (0)