Skip to content

Commit 4e0ba6f

Browse files
committed
feature #2994 [LazyImage] Remove package (Kocal)
This PR was merged into the 3.x branch. Discussion ---------- [LazyImage] Remove package | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- 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 ------- 5328948 [LazyImage] Remove package
2 parents beb5001 + 5328948 commit 4e0ba6f

Some content is hidden

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

52 files changed

+56
-1901
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
src/LazyImage @Kocal
21
src/Map @Kocal
32
src/Toolkit @Kocal
43
src/Translator @Kocal

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
# Exclude deprecated packages when testing against lowest dependencies
7575
if [ "${{ matrix.dependency-version }}" = "lowest" ]; then
76-
EXCLUDED_PACKAGES="$EXCLUDED_PACKAGES|LazyImage|TogglePassword"
76+
EXCLUDED_PACKAGES="$EXCLUDED_PACKAGES|TogglePassword"
7777
fi
7878
7979
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' ' ')

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/LazyImage/.gitattributes

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

src/LazyImage/.github/PULL_REQUEST_TEMPLATE.md

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

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

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

src/LazyImage/.gitignore

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

src/LazyImage/.symfony.bundle.yaml

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

src/LazyImage/CHANGELOG.md

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

src/LazyImage/LICENSE

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

0 commit comments

Comments
 (0)