Commit graph

1582 commits

Author SHA1 Message Date
dependabot[bot]
926b3a8aeb
Merge 54bde8f762 into 9b6799e2b8 2026-06-26 03:10:29 +08:00
Grzegorz Sadowski
c76edec500
[Maintenance] Bump branch aliases to 2.3-dev 2026-06-22 10:34:28 +02:00
Rafikooo
f2c28b746f
Allow doctrine/data-fixtures ^2.2 for persistence ^4 support
(cherry picked from commit 3102ec010c)
2026-06-17 14:33:43 +02:00
Rafikooo
e204f6a602
Move DBAL 3.x/4.x compatibility ignore to global phpstan config
(cherry picked from commit 2c61ba6353)
2026-06-17 14:33:43 +02:00
Rafikooo
260e14acfc
Require api-test-case ^5.3.5 (supports doctrine-bundle 3.x)
(cherry picked from commit f1da6da147)
2026-06-17 14:33:42 +02:00
Rafikooo
9f0edadf09
Allow doctrine/persistence ^3.3 || ^4.0
(cherry picked from commit 34e3d57043)
2026-06-17 14:33:42 +02:00
Rafikooo
cefe6f70a5
Add doctrine_bundle to CI matrix for testing both versions
(cherry picked from commit 966c64798b)
2026-06-17 14:33:41 +02:00
Rafikooo
ff84b9561d
Allow doctrine/doctrine-bundle ^2.0 || ^3.0
(cherry picked from commit a477872e88)
2026-06-17 14:33:41 +02:00
Kamil Grygierzec
dc63ff6b72
Remove symfony/proxy-manager-bridge and friendsofphp/proxy-manager-lts (#19062)
| Q               | A
|-----------------|-----
| Branch?         | 2.3
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | https://github.com/Sylius/Sylius/pull/18971,
https://github.com/Sylius/Sylius/issues/18760
| License         | MIT

This re-targets the already-open #18971 (originally against `symfony-8`)
onto `2.3`, since `2.3` is the development branch for the next release.
The original commit is cherry-picked as-is to preserve authorship.

`symfony/proxy-manager-bridge` and `friendsofphp/proxy-manager-lts` are
removed — they are no longer needed, as lazy services rely on PHP's
native lazy proxies from `symfony/var-exporter` (default since Symfony
6.4).

Adds an `UPGRADE-2.3.md` note under **Dependencies**.

<!--
 - Bug fixes must be submitted against the 2.2 branch
 - Features and deprecations must be submitted against the 2.3 branch
 - Make sure that the correct base branch is set

To be sure you are not breaking any Backward Compatibilities, check the
documentation:

https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
  * Added upgrade guidance for dependency changes in version 2.3.

* **Chores**
* Removed proxy manager bridge dependencies; lazy services now use
native PHP lazy proxies for improved performance and reduced external
dependencies.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-06-17 13:09:35 +02:00
Pascal CESCON - Amoifr
6b1b99b3fa
Remove symfony/proxy-manager-bridge and friendsofphp/proxy-manager-lts
These packages are no longer needed as Symfony 8 uses PHP 8.4 native
lazy proxies instead of the third-party proxy-manager library.
2026-06-16 14:23:36 +02:00
TheMilek
4ba3e39262
[Symfony 8] Remove robo dependency
(cherry picked from commit 7510df5c39)
2026-06-16 13:56:57 +02:00
TheMilek
280b4e5524
Resolve conflicts between 2.2 and 2.3 2026-06-02 13:52:15 +02:00
Grzegorz Sadowski
a90d41c9bf
Change application's version to v2.2.7-dev 2026-06-02 12:48:34 +02:00
Grzegorz Sadowski
1da96abc9c
Change application's version to v2.2.6 2026-06-02 12:47:08 +02:00
Tomasz Kaliński
1178a0adc1 Relax version constraint for sylius-labs/doctrine-migrations-extra-bundle in composer.json 2026-05-14 08:02:55 +02:00
TheMilek
11373d8bf9
Change application's version to v2.2.6-dev 2026-04-10 10:59:14 +02:00
TheMilek
7ed1f4eda6
Change application's version to v2.2.5 2026-04-10 10:56:17 +02:00
TheMilek
a7929b9dfe
Resolve conflicts between 2.2 and 2.3 2026-03-27 14:31:51 +01:00
TheMilek
668e6e84e2
Change application's version to v2.2.5-dev 2026-03-18 20:28:54 +01:00
TheMilek
2c53b603d7
Change application's version to v2.2.4 2026-03-18 20:25:24 +01:00
Jan Goralski
0836ff5f52
Resolve conflicts between 2.2 and 2.3 2026-03-17 15:40:52 +01:00
TheMilek
d74860c3d5
Change application's version to v2.2.4-dev 2026-03-09 14:18:00 +01:00
TheMilek
b6c367e447
Change application's version to v2.2.3 2026-03-09 14:09:49 +01:00
Jan Goralski
ab05a51bea
[Maintenance] Remove Gaufrette 2026-03-02 10:10:34 +01:00
Kamil Grygierzec
3cc7d5c8f1
[UPMERGE] 2.2 -> 2.3 (#18875)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/2.3/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.3 -m "Resolve conflicts between 2.2 and 2.3"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Marked api-platform/serializer version 4.2.17 as incompatible to
prevent compatibility issues.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-02-26 09:13:07 +01:00
Kamil Grygierzec
a1cd184a61
[UPMERGE] 2.1 -> 2.2 (#18873)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/2.3/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.2 -m "Resolve conflicts between 2.1 and 2.2"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2026-02-26 08:39:42 +01:00
TheMilek
430cd0e286
Add conflict to api-platform/serializer 4.2.17 2026-02-25 15:18:01 +01:00
dependabot[bot]
646c16cd0d
Update sylius-labs/doctrine-migrations-extra-bundle requirement
Updates the requirements on [sylius-labs/doctrine-migrations-extra-bundle](https://github.com/SyliusLabs/DoctrineMigrationsExtraBundle) to permit the latest version.
- [Release notes](https://github.com/SyliusLabs/DoctrineMigrationsExtraBundle/releases)
- [Commits](https://github.com/SyliusLabs/DoctrineMigrationsExtraBundle/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: sylius-labs/doctrine-migrations-extra-bundle
  dependency-version: 0.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-18 09:57:22 +01:00
Rafikooo
76b80e7845
Bump phparkitect to ^0.8 for PHP 8.4 and Symfony 8 support 2026-02-09 08:40:03 +01:00
Kamil Grygierzec
a9f61f71d7
Bump symfonycasts/dynamic-forms to ^0.2 (#18796)
Bumps symfonycasts/dynamic-forms from ^0.1 to ^0.2 for Symfony 8
support.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Chores**
* Bumped symfonycasts/dynamic-forms dependency from ^0.1 to ^0.2 across
the project to ensure compatibility with newer form features and
improvements.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Partially https://github.com/Sylius/Sylius/issues/18760
2026-02-09 08:38:50 +01:00
Rafikooo
61a8025a69
Bump symfony/monolog-bundle to ^3.8 || ^4.0 for Symfony 8 support 2026-02-06 16:21:18 +01:00
Rafikooo
8825d46deb
Bump symfonycasts/dynamic-forms to ^0.2 for Symfony 8 support 2026-02-06 16:18:55 +01:00
Grzegorz Sadowski
4d180fe195
Change application's version to v2.2.3-dev 2026-01-20 12:55:04 +01:00
Grzegorz Sadowski
443e263770
Change application's version to v2.2.2 2026-01-20 12:52:56 +01:00
Grzegorz Sadowski
3f8d0c1906
Change application's version to v2.1.12-dev 2026-01-20 12:51:00 +01:00
Grzegorz Sadowski
8cd3f79a25
Change application's version to v2.1.11 2026-01-20 12:49:05 +01:00
Kamil Grygierzec
d2dd2011fd
[UPMERGE] 2.1 -> 2.2 (#18695)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/2.1/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.2 -m "Resolve conflicts between 2.1 and 2.2"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Chores**
* Removed an unused import and broadened PSR HTTP Message compatibility
in project manifests.
* **Tests**
  * Minor formatting adjustments in test files; no behavioral changes.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-01-13 12:59:39 +01:00
Rafikooo
c4303d3faf
Resolve conflicts between 1.14 and 2.1 2026-01-06 23:52:55 +01:00
dependabot[bot]
54bde8f762
Update sylius/twig-hooks requirement from ^0.9 to ^0.10
Updates the requirements on [sylius/twig-hooks](https://github.com/Sylius/TwigHooks) to permit the latest version.
- [Commits](https://github.com/Sylius/TwigHooks/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: sylius/twig-hooks
  dependency-version: 0.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-06 10:45:17 +00:00
Rafikooo
9998fa4140
[Deps] Allow psr/http-message ^2.0 2026-01-05 13:49:08 +01:00
Grzegorz Sadowski
2496e95495
Change application's version to v2.2.2-dev 2025-12-18 17:06:14 +01:00
Grzegorz Sadowski
47d39a04a6
Change application's version to v2.2.1 2025-12-18 17:04:14 +01:00
Grzegorz Sadowski
8a15fa8ba0
Change application's version to v2.1.11-dev 2025-12-18 17:02:06 +01:00
Grzegorz Sadowski
5c71f126a8
Change application's version to v2.1.10 2025-12-18 16:59:54 +01:00
Grzegorz Sadowski
ab1f18baea
Change application's version to v1.14.16-dev 2025-12-18 16:53:25 +01:00
Grzegorz Sadowski
52c2f5a194
Change application's version to v1.14.15 2025-12-18 16:52:07 +01:00
Grzegorz Sadowski
07db78a6ec
Change application's version to v2.2.1-DEV 2025-12-17 13:08:34 +01:00
Grzegorz Sadowski
4910f91043
Change application's version to v2.2.0 2025-12-17 12:57:22 +01:00
Grzegorz Sadowski
5493b5bc94
[Composer] Change Symfony require to ^7.4 2025-12-17 12:52:51 +01:00
Grzegorz Sadowski
a450fae150
[Composer] Change branch alias to 2.2-dev 2025-12-17 12:52:11 +01:00