Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
31b781e
IBX-8471: [Composer] Dropped obsolete symfony/proxy-manager-bridge
alongosz Mar 3, 2025
a9f329d
IBX-8471: [Composer] Bumped Symfony packages requirements to ^7.2
alongosz Mar 3, 2025
94aa769
IBX-8471: [Composer] Bumped 3rd party packages compatible with for Sy…
alongosz Mar 3, 2025
2fa77cd
[symfony/http-kernel] Fixed incompatible Ibexa\Bundle\IO\IbexaIOBundl…
adamwojs May 3, 2025
a535c10
[symfony/http-kernel] Fixed incompatible Symfony\Component\HttpKernel…
adamwojs May 3, 2025
5520435
[symfony/console] Fixed incompatible Symfony\Component\Console\Output…
adamwojs May 3, 2025
f764d48
[doctrine/dbal] Fixed usage of deprecated \Doctrine\DBAL\Query\QueryB…
adamwojs May 3, 2025
69903d4
[doctrine/dbal] Replaced usage of deprecated fetchColumn method with …
adamwojs May 3, 2025
d5b4342
IBX-8471: Upgraded SiteAccess Matcher serializers to Symfony 7
adamwojs May 3, 2025
bafd07b
IBX-8471: [Composer] Added doctrine/annotations to "require" section
alongosz Apr 22, 2025
8daa82c
[doctrine/dbal] Fixed references to removed Doctrine\DBAL\Platforms\{…
adamwojs May 3, 2025
d0640f6
[tests] Adapted Ibexa\Tests\Core\MVC\Symfony\Templating\Twig\Extensio…
adamwojs May 3, 2025
f0cd8d0
[tests] Fixed Ibexa\Tests\Bundle\IO\DependencyInjection\Configuration…
adamwojs May 3, 2025
a18bdcf
[tests] Fixed incompatible \Ibexa\Tests\Integration\RepositoryInstall…
adamwojs May 3, 2025
bbe8be4
[doctrine/dbal] Replaced usage of removed Doctrine\DBAL\Driver\Result…
adamwojs May 3, 2025
ad9d967
[doctrine/dbal] Removed colons prefix from bound parameter names
adamwojs May 3, 2025
03e14ca
[doctrine/dbal] Fixed null passed to Doctrine\DBAL\Query\QueryBuilder…
adamwojs May 3, 2025
a10148b
IBX-9811: Refactored Location Doctrine Gateway getSubtreeContent met…
alongosz Apr 1, 2025
b987d72
[doctrine/dbal] Replcated ->fetch(FetchMode::ASSOCIATIVE) with fetchA…
adamwojs May 5, 2025
b16ffa9
[doctrine/dbal] Adapted Ibexa\Tests\Integration\Core\Persistence\Filt…
adamwojs May 5, 2025
919e285
Added type declaration to \Ibexa\Contracts\Core\FieldType\GatewayBase…
adamwojs May 5, 2025
13b2710
Added type declaration to Ibexa\Core\Search\Common\Indexer properties
adamwojs May 5, 2025
432ffc4
[CS] Fixed code style issues
adamwojs May 6, 2025
3307dbe
[doctrine/dbal] Fixed usage of deprecated fetch / fetchColumns method…
adamwojs May 6, 2025
235c66c
[doctrine/dbal] Fixed reference to undefined Doctrine\DBAL\ForwardCom…
adamwojs May 6, 2025
3480146
[symfony/dependency-injection] Removed references Symfony\Component\D…
adamwojs May 6, 2025
8f7977c
[doctrine/dbal] Fixed type hints in Ibexa\Bundle\IO\Migration\FileLis…
adamwojs May 6, 2025
c5d8d8d
[symfony/dependency-injection] Fixed reference to removed Symfony\Bri…
adamwojs May 6, 2025
7882fe7
[PHPStan] Regenerated phpstan baseline
adamwojs May 6, 2025
8d458cd
[doctrine/dbal] Fixed usage of deprecated fetch(...)/fetchAll(...) me…
adamwojs May 7, 2025
afcbdab
[doctrine/dbal] Enabled save points in database connection
adamwojs May 7, 2025
0430444
[doctrine/dbal] Enabled FK middleware for SQLite
adamwojs May 7, 2025
1d2056b
IBX-9811: [Tests] Called `DbPlatformInterface::configure` method in D…
alongosz May 7, 2025
26e8bb6
[PHPStan] Removed resolved issue from the baseline
alongosz May 7, 2025
d91243a
fixup! [doctrine/dbal] Fixed usage of deprecated fetch(...)/fetchAll(…
adamwojs May 7, 2025
204ad00
[Tests] Aligned FileSystemTwigIntegrationTestCase with Symfony 7
alongosz May 8, 2025
6ca5004
[PHPStan] Removed resolved issues from the baseline
alongosz May 8, 2025
637abf9
fixup! [Tests] Aligned FileSystemTwigIntegrationTestCase with Symfony 7
alongosz May 8, 2025
9f16ab6
[Tests] Changed visibility of FileSystemTwigIntegrationTestCase::buil…
alongosz May 8, 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
52 changes: 26 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
"ext-mbstring": "*",
"ext-xsl": "*",
"composer/package-versions-deprecated": "^1.11",
"doctrine/dbal": "^2.13.0",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/annotations": "^2.0",
"doctrine/dbal": "^3.7.0",
"doctrine/doctrine-bundle": "^2.11.0",
"doctrine/orm": "^2.7",
"friendsofphp/proxy-manager-lts": "^1.0",
"friendsofsymfony/http-cache-bundle": "^2.8",
"friendsofsymfony/http-cache-bundle": "^3.0",
"friendsofsymfony/jsrouting-bundle": "^3.5",
"ibexa/doctrine-schema": "~5.0.x-dev",
"jms/translation-bundle": "^2.4",
Expand All @@ -35,27 +36,27 @@
"pagerfanta/pagerfanta": "^3.6.2",
"psr/event-dispatcher": "^1.0",
"symfony-cmf/routing": "^3.0",
"symfony/cache": "^6.4.0",
"symfony/console": "^6.4.0",
"symfony/dependency-injection": "^6.4.0",
"symfony/event-dispatcher": "^6.4.0",
"symfony/expression-language": "^6.4.0",
"symfony/framework-bundle": "^6.4.0",
"symfony/http-client": "^6.4.0",
"symfony/http-foundation": "^6.4.0",
"symfony/http-kernel": "^6.4.0",
"symfony/mime": "^6.4.0",
"symfony/cache": "^7.2",
"symfony/console": "^7.2",
"symfony/dependency-injection": "^7.2",
"symfony/event-dispatcher": "^7.2",
"symfony/expression-language": "^7.2",
"symfony/framework-bundle": "^7.2",
"symfony/http-client": "^7.2",
"symfony/http-foundation": "^7.2",
"symfony/http-kernel": "^7.2",
"symfony/mime": "^7.2",
"symfony/polyfill-php80": "^1.27",
"symfony/process": "^6.4.0",
"symfony/security-bundle": "^6.4.0",
"symfony/security-core": "^6.4.0",
"symfony/security-http": "^6.4.0",
"symfony/serializer": "^6.4.0",
"symfony/process": "^7.2",
"symfony/security-bundle": "^7.2",
"symfony/security-core": "^7.2",
"symfony/security-http": "^7.2",
"symfony/serializer": "^7.2",
"symfony/templating": "^6.4.0",
"symfony/translation": "^6.4.0",
"symfony/validator": "^6.4.0",
"symfony/var-dumper": "^6.4.0",
"symfony/yaml": "^6.4.0",
"symfony/translation": "^7.2",
"symfony/validator": "^7.2",
"symfony/var-dumper": "^7.2",
"symfony/yaml": "^7.2",
"twig/extra-bundle": "^3.0",
"twig/twig": ">=3.0 <3.16 || ^3.19.0"
},
Expand All @@ -65,14 +66,13 @@
"ibexa/code-style": "~2.0.0",
"ibexa/rector": "~5.0.x-dev",
"jenner/simple_fork": "^1.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
"phpunit/phpunit": "^9.6",
"symfony/phpunit-bridge": "^5.4",
"symfony/proxy-manager-bridge": "^6.4",
"symfony/runtime": "^6.4.0"
"symfony/phpunit-bridge": "^7.2",
"symfony/runtime": "^7.2"
},
"conflict": {
"doctrine/dbal": "2.7.0",
Expand Down
Loading
Loading