Skip to content

Commit ea47e73

Browse files
authored
Merge pull request #10198 from samsonasik/migrate-deptrac-to-structarmed
chore: migrate from `deptrac` to `structarmed`
1 parent 306871b commit ea47e73

6 files changed

Lines changed: 130 additions & 370 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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
25+
structarmed.php export-ignore
2626
phpmetrics.json export-ignore
2727
phpstan-baseline.php export-ignore
2828
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' ':!structarmed.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.4",
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)