Skip to content

Commit beb5001

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

36 files changed

+65
-1104
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
echo PHPUNIT='vendor/bin/simple-phpunit' >> $GITHUB_ENV
6969
[ 'lowest' = '${{ matrix.dependency-version }}' ] && export SYMFONY_DEPRECATIONS_HELPER=weak
7070
71-
# Typed has no tests, Turbo has its own workflow file
72-
EXCLUDED_PACKAGES="Typed|Turbo"
71+
# Turbo has its own workflow file
72+
EXCLUDED_PACKAGES="Turbo"
7373
7474
# Exclude deprecated packages when testing against lowest dependencies
7575
if [ "${{ matrix.dependency-version }}" = "lowest" ]; then

pnpm-lock.yaml

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

src/Typed/.gitattributes

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

src/Typed/.github/PULL_REQUEST_TEMPLATE.md

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

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

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

src/Typed/.gitignore

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

src/Typed/.symfony.bundle.yaml

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

src/Typed/CHANGELOG.md

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

src/Typed/LICENSE

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

src/Typed/README.md

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

0 commit comments

Comments
 (0)