Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-8470: Upgraded codebase to Symfony 6 #1415

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e5479d3
[Composer] Dropped obsolete dependency on ci-scripts
alongosz Nov 27, 2024
8599d0d
Moved RichTextTypeExtension out of AdminUI to RichText Bundle
alongosz Nov 27, 2024
d7684d8
[Composer] Dropped cyclic dependency on ibexa/fieldtype-richtext
alongosz Nov 27, 2024
0de47d7
[TMP] Required Symfony 6 dev branches of Ibexa packages
alongosz Nov 27, 2024
2c33544
[Composer] Bumped Symfony packages requirements to ^6.4
alongosz Nov 27, 2024
f133695
[Composer] Bumped Pagerfanta to v3
alongosz Dec 12, 2024
76619b9
[Composer] Bumped 3rd party translation bundles for Symfony 6
alongosz Dec 12, 2024
8003d63
Aligned codebase with Pagerfanta v3
alongosz Dec 16, 2024
c0c4cc4
[Tests] Upgraded Symfony Forms tests to Symfony 6
alongosz Dec 16, 2024
826deca
Fixed incorrect type-hinting of Form DTO ContentTypesDeleteData
alongosz Dec 27, 2024
ed242f5
Aligned type-hints after making core SearchResult templated
alongosz Dec 27, 2024
58de714
Rebranded Legacy Pagerfanta View & Template class names
alongosz Dec 27, 2024
1ba7971
Defined strict types for FormActionEvent
alongosz Dec 27, 2024
49b9517
Upgraded Symfony Forms Choice Loaders to Symfony 6
alongosz Dec 27, 2024
4aced0d
Fixed incorrect type-hinting of Form DTO BookmarkRemoveData
alongosz Dec 27, 2024
6f3d97e
Aligned NotificationTranslationExtractor with newer version of PhpParser
alongosz Dec 27, 2024
e0137db
Replaced usage of Location::$pathString magic getter in UDWBasedMapper
alongosz Dec 27, 2024
fa6b55d
Upgraded Symfony validators extension points codebase to Symfony 6
alongosz Dec 27, 2024
f402f88
[Tests] Aligned type-hints after making core SearchResult templated
alongosz Dec 27, 2024
6d0916d
[PHPStan] Aligned baseline after the changes
alongosz Dec 27, 2024
a9c379e
Enabled autoconfiguration for controllers service definitions
adamwojs Dec 28, 2024
03febef
Refactored FlashBagNotificationHandler to do not rely on removed sess…
adamwojs Dec 28, 2024
6459020
Fixed arguments passed to controller twig function
adamwojs Dec 29, 2024
b81afaf
Fixed deprecated controller syntax
adamwojs Dec 29, 2024
dc1849f
Aligned base controller definition
adamwojs Dec 29, 2024
c4548df
Migrated param converter to value resolvers
adamwojs Dec 30, 2024
b5f4ff3
Fixed Language import in LanguageValueResolvers
alongosz Dec 30, 2024
b3bf3d7
fixup! Migrated param converter to value resolvers
alongosz Dec 30, 2024
80f7d81
fixup! [PHPStan] Aligned baseline after the changes
alongosz Dec 30, 2024
df919ec
[Tests] Aligned tests with Symfony Forms strict return type requirements
alongosz Dec 30, 2024
193b80a
[Tests] Aligned Symfony Forms validation messages with Symfony 6
alongosz Dec 30, 2024
0bb65c8
[Tests] Fixed SearchResult stub total count property name
alongosz Dec 30, 2024
87f10b7
[Tests] Upgraded Symfony User mocking to Symfony 6
alongosz Dec 30, 2024
1b4674f
Added unit tests for ValueResolvers
ViniTou Jan 2, 2025
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
66 changes: 32 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,52 +23,50 @@
"require": {
"php": " >=8.3",
"ext-json": "*",
"babdev/pagerfanta-bundle": "^2.1",
"ibexa/content-forms": "~5.0.x-dev",
"ibexa/core": "~5.0.x-dev",
"ibexa/design-engine": "~5.0.x-dev",
"ibexa/fieldtype-richtext": "~5.0.x-dev",
"babdev/pagerfanta-bundle": "^3.8",
"ibexa/content-forms": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/core": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/design-engine": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/polyfill-php82": "^1.0",
"ibexa/rest": "~5.0.x-dev",
"ibexa/search": "~5.0.x-dev",
"ibexa/user": "~5.0.x-dev",
"jms/translation-bundle": "^1.5",
"ibexa/rest": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/search": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/user": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"jms/translation-bundle": "^2.4",
"knplabs/knp-menu-bundle": "^3.0",
"mck89/peast": "^1.9",
"symfony/asset": "^5.0",
"symfony/config": "^5.0",
"symfony/console": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/asset": "^6.4",
"symfony/config": "^6.4",
"symfony/console": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/deprecation-contracts": "^2.5",
"symfony/event-dispatcher": "^5.0",
"symfony/filesystem": "^5.0",
"symfony/form": "^5.0",
"symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/options-resolver": "^5.0",
"symfony/routing": "^5.0",
"symfony/security-core": "^5.0",
"symfony/security-http": "^5.0",
"symfony/translation": "^5.0",
"symfony/validator": "^5.0",
"symfony/webpack-encore-bundle": "^v1.17",
"symfony/yaml": "^5.0",
"symfony/event-dispatcher": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/form": "^6.4",
"symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/options-resolver": "^6.4",
"symfony/routing": "^6.4",
"symfony/security-core": "^6.4",
"symfony/security-http": "^6.4",
"symfony/translation": "^6.4",
"symfony/validator": "^6.4",
"symfony/webpack-encore-bundle": "^1.17",
"symfony/yaml": "^6.4",
"twig/intl-extra": "^3.0",
"twig/string-extra": "^3.0",
"twig/twig": "^3.0",
"willdurand/js-translation-bundle": "^4.0"
"willdurand/js-translation-bundle": "^6.1"
},
"require-dev": {
"ext-zip": "*",
"dama/doctrine-test-bundle": "^v6.7",
"ibexa/behat": "~5.0.x-dev",
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/behat": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/code-style": "~2.0.0",
"ibexa/doctrine-schema": "~5.0.x-dev",
"ibexa/http-cache": "~5.0.x-dev",
"ibexa/notifications": "~5.0.x-dev",
"ibexa/test-core": "~5.0.x-dev",
"ibexa/test-rest": "~5.0.x-dev",
"ibexa/doctrine-schema": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/http-cache": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/notifications": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/test-core": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/test-rest": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
Expand Down
Loading
Loading