Skip to content

Commit ee057f1

Browse files
committed
chore: migrate deptrac to structarmed
1 parent aa46ce7 commit ee057f1

6 files changed

Lines changed: 6 additions & 374 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ utils/ export-ignore
2222
.php-cs-fixer.no-header.php export-ignore
2323
.php-cs-fixer.tests.php export-ignore
2424
.php-cs-fixer.user-guide.php export-ignore
25-
deptrac.yaml export-ignore
2625
phpmetrics.json export-ignore
2726
phpstan-baseline.php export-ignore
2827
phpstan-bootstrap.php export-ignore

.github/workflows/test-deptrac.yml

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

admin/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ the existing content.
107107
```
108108
git diff --name-status upstream/master -- . ':!.github/' ':!admin/' ':!changelogs/' ':!contributing/' \
109109
':!system/' ':!tests/' ':!user_guide_src/' ':!utils/' \
110-
':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' ':!deptrac.yml' \
110+
':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' \
111111
':!phpstan*' ':!psalm*' ':!.php-cs-fixer.*' ':!LICENSE' ':!CHANGELOG.md'
112112
```
113113
* Note: `tests/` is not used for distribution repos. See `admin/starter/tests/`.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr/log": "^3.0"
1818
},
1919
"require-dev": {
20-
"boundwize/structarmed": "0.4.5",
20+
"boundwize/structarmed": "0.5.0",
2121
"codeigniter/phpstan-codeigniter": "^1.5",
2222
"fakerphp/faker": "^1.24",
2323
"kint-php/kint": "^6.1",

deptrac.yaml

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

0 commit comments

Comments
 (0)