Skip to content

Commit 91e399d

Browse files
committed
feature #2995 [TogglePassword] Remove package (Kocal)
This PR was merged into the 3.x branch. Discussion ---------- [TogglePassword] Remove package | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #2815 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 0e3ca4a [TogglePassword] Remove package
2 parents 4e0ba6f + 0e3ca4a commit 91e399d

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)