Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ utils/ export-ignore
.php-cs-fixer.no-header.php export-ignore
.php-cs-fixer.tests.php export-ignore
.php-cs-fixer.user-guide.php export-ignore
deptrac.yaml export-ignore
structarmed.php export-ignore
phpmetrics.json export-ignore
phpstan-baseline.php export-ignore
phpstan-bootstrap.php export-ignore
Expand Down
81 changes: 0 additions & 81 deletions .github/workflows/test-deptrac.yml

This file was deleted.

2 changes: 1 addition & 1 deletion admin/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ the existing content.
```
git diff --name-status upstream/master -- . ':!.github/' ':!admin/' ':!changelogs/' ':!contributing/' \
':!system/' ':!tests/' ':!user_guide_src/' ':!utils/' \
':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' ':!deptrac.yml' \
':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' ':!structarmed.php' \
':!phpstan*' ':!psalm*' ':!.php-cs-fixer.*' ':!LICENSE' ':!CHANGELOG.md'
```
* Note: `tests/` is not used for distribution repos. See `admin/starter/tests/`.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"psr/log": "^3.0"
},
"require-dev": {
"boundwize/structarmed": "0.4.5",
"boundwize/structarmed": "0.5.4",
"codeigniter/phpstan-codeigniter": "^1.5",
"fakerphp/faker": "^1.24",
"kint-php/kint": "^6.1",
Expand Down
285 changes: 0 additions & 285 deletions deptrac.yaml

This file was deleted.

Loading
Loading