Skip to content

Commit 0e3ca4a

Browse files
committed
[TogglePassword] Remove package
1 parent 4e0ba6f commit 0e3ca4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+55
-1731
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ jobs:
7171
# Turbo has its own workflow file
7272
EXCLUDED_PACKAGES="Turbo"
7373
74-
# Exclude deprecated packages when testing against lowest dependencies
75-
if [ "${{ matrix.dependency-version }}" = "lowest" ]; then
76-
EXCLUDED_PACKAGES="$EXCLUDED_PACKAGES|TogglePassword"
77-
fi
78-
7974
PACKAGES=$(find src/ -mindepth 2 -type f -name composer.json -not -path "*/vendor/*" -printf '%h\n' | sed 's/^src\///' | grep -Ev "$EXCLUDED_PACKAGES" | sort | tr '\n' ' ')
8075
echo "Packages: $PACKAGES"
8176
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV

pnpm-lock.yaml

Lines changed: 0 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/TogglePassword/.gitattributes

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

src/TogglePassword/.github/PULL_REQUEST_TEMPLATE.md

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

src/TogglePassword/.github/workflows/close-pull-request.yml

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

src/TogglePassword/.gitignore

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

src/TogglePassword/.symfony.bundle.yaml

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

src/TogglePassword/CHANGELOG.md

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

src/TogglePassword/LICENSE

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

0 commit comments

Comments
 (0)