Commit graph

1393 commits

Author SHA1 Message Date
Grzegorz Sadowski
84b3fac35c
Change application's version to v1.12.3-dev 2023-01-13 11:55:38 +01:00
Grzegorz Sadowski
130fca9a0e
Change application's version to v1.12.2 2023-01-13 11:52:05 +01:00
dependabot[bot]
c4982a8270
Update phpstan/phpstan-doctrine requirement from 1.3.2 to 1.3.31
Updates the requirements on [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) to permit the latest version.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.2...1.3.31)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 08:29:53 +01:00
Rafikooo
c0b52f0652
Merge branch '1.12' into 1.13
* 1.12:
  Add a conflict for doctrine/migrations:3.5.3
2023-01-11 15:59:07 +01:00
Rafikooo
c765d68271
Merge branch '1.11' into 1.12
* 1.11:
  Add a conflict for doctrine/migrations:3.5.3
2023-01-11 15:58:17 +01:00
Jakub Tobiasz
fbb2227b1d
Add a conflict for doctrine/migrations:3.5.3 2023-01-11 14:56:03 +01:00
dependabot[bot]
49c3dd9564
Update psalm/plugin-mockery requirement from 0.7.0 to 0.11.0
Updates the requirements on [psalm/plugin-mockery](https://github.com/psalm/psalm-plugin-mockery) to permit the latest version.
- [Release notes](https://github.com/psalm/psalm-plugin-mockery/releases)
- [Commits](https://github.com/psalm/psalm-plugin-mockery/compare/0.7.0...0.11.0)

---
updated-dependencies:
- dependency-name: psalm/plugin-mockery
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 10:25:14 +00:00
Rafikooo
3ee618ceaf
Add the ability to install jms/serializer-bundle:^4.0 version 2023-01-03 09:15:03 +01:00
Rafikooo
e4ecc910ad
[Maintenance] Require phpspec/prophecy-phpunit in necessary bundles 2022-12-21 00:43:10 +01:00
Rafikooo
49f29181bc
[Maintenance] PHPUnit upgrade to ^9.5 2022-12-21 00:02:44 +01:00
Grzegorz Sadowski
e45c3783e9
Merge branch '1.12' into 1.13
* 1.12:
  chore: added twig/intl-extra v3 in Admin and Shop bundle
  chore: updated twig/intl-extra to allow v3
2022-12-15 06:54:00 +01:00
Ulrich
54545e6330 chore: updated twig/intl-extra to allow v3 2022-12-14 11:46:54 +01:00
Grzegorz Sadowski
83dd5f356a
Change application's version to v1.12.2-dev 2022-12-08 14:28:51 +01:00
Grzegorz Sadowski
e54291b14c
Change application's version to v1.12.1 2022-12-08 14:27:14 +01:00
Grzegorz Sadowski
aedf4e2035
Change application's version to v1.11.12-dev 2022-12-08 14:16:23 +01:00
Grzegorz Sadowski
1648f4758f
Change application's version to v1.11.11 2022-12-08 14:15:06 +01:00
Grzegorz Sadowski
e9f52bea42
Merge branch '1.12' into 1.13
* 1.12:
  [Maintenance] Use a double pipe as a logical OR in composer.json files
  ⬆️ Upgrade gaufrette version (PHP 8+ compat)
2022-11-30 07:05:37 +01:00
Grzegorz Sadowski
73afb521bc
Merge branch '1.11' into 1.12
* 1.11:
  [Maintenance] Use a double pipe as a logical OR in composer.json files
  ⬆️ Upgrade gaufrette version (PHP 8+ compat)
2022-11-30 07:04:55 +01:00
Rafał Jaskulski
5f1707eb1d
minor #14474 ⬆️ Upgrade gaufrette version (PHP 8+ compat) (Nek-, coldic3)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11 <!-- see the comment below -->                  |
| Bug fix?        | no                                                      |
| New feature?    | yes                                                       |
| BC breaks?      | no/yes                                                       |
| Deprecations?   | no |
| Related tickets | none                      |
| License         | MIT                                                          |

Hello, I worked on Gaufrette for supporting PHP 8.0 and 8.1. It's only supported in newer versions of Gaufrette.

Please notice there are some BC breaks in Gaufrette (we're talking about major version upgrade here) but it's actually really limited:
- Classes are now typed (and it should not impact many people, it does not impact sylius)
- Google Adapter use the new major version of the google library (which is compatible with PHP 8+)

I know you did an effort to remove Gaufrette (and you did right because gaufrette is end of life and will not be compatible with new versions of PHP and new external libraries) but I think allowing people to have a version compatible with their own PHP version is great.

Commits
-------

296bbf9003 ⬆️ Upgrade gaufrette version (PHP 8+ compat)
9f34538fea [Maintenance] Use a double pipe as a logical OR in composer.json files
2022-11-29 20:01:45 +01:00
Kevin Kaniaburka
9f34538fea
[Maintenance] Use a double pipe as a logical OR in composer.json files 2022-11-24 11:37:18 +01:00
Grzegorz Sadowski
4911890689
Merge branch '1.12' into 1.13
* 1.12:
  Precise symfony/framework-bundle and dependency-injection conflict versions
2022-11-21 07:27:25 +01:00
Jakub Tobiasz
92f8ea3f2d
Precise symfony/framework-bundle and dependency-injection conflict versions 2022-11-18 16:22:42 +01:00
Grzegorz Sadowski
f8931bf2ea
Merge branch '1.12' into 1.13
* 1.12:
  use str_starts_with function
  Move runtime to dev dependencies
  enable runtime
  [maintenance] - Use symfony runtime component
  [CI] Remove unused step
  [CI] Update images
  [CI] Remove deprecations
2022-11-16 10:13:01 +01:00
Ferror
2e01cac440 Move runtime to dev dependencies 2022-11-15 17:35:35 +01:00
Ferror
ef027bf0e8 enable runtime 2022-11-03 00:01:11 +01:00
Ferror
9909a882f2 [maintenance] - Use symfony runtime component 2022-11-02 19:56:55 +01:00
Mateusz Zalewski
864010e8af
Merge branch '1.12' into 1.13
* 1.12:
  [Maintenance] Outdated Symfony 6 conflicts removed
  Fix password hasher version
  [Maintenance] Removal of direct unneeded dependency on proxy manager LTS #14318
  Include 1.13 branch in the PR template
2022-11-02 10:46:24 +01:00
Loïc Frémont
6d353ec4a9 Fix password hasher version 2022-11-01 21:16:55 +01:00
Łukasz Chruściel
efcf21713c
[Maintenance] Removal of direct unneeded dependency on proxy manager LTS #14318 2022-10-31 20:29:23 +01:00
Mateusz Zalewski
d6abae31e1
Change application's version to v1.12.1-dev 2022-10-31 15:35:58 +01:00
Mateusz Zalewski
1076c6f0e6
Change application's version to v1.12.0 2022-10-31 15:30:52 +01:00
Mateusz Zalewski
5d039d55f7
Merge branch '1.12' into 1.13
* 1.12:
  [Maintenance] extra.symfony.require configuration introduced
2022-10-31 15:18:56 +01:00
Mateusz Zalewski
9c7fa36336
minor #14400 [Maintenance] extra.symfony.require configuration introduced (Rafikooo)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12 <!-- see the comment below -->                  |
| Bug fix?        | no                                                      |
| New feature?    | no                                                      |
| BC breaks?      | no                                                      |
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file --> |
| License         | MIT                                                          |

I didn't find this option documented in the Symfony docs, just a little info here:
https://symfony.com/doc/current/setup/upgrade_major.html#2-update-to-the-new-major-version-via-composer
and some info quoted from Symfony Cast - upgrade Symfony tutorial:
"This is a performance optimization from Flex: it basically makes sure that Flex only considers Symfony packages that match this version".
It looks like it may save some time working with the `composer update` command

Commits
-------

85482f5049 [Maintenance] extra.symfony.require configuration introduced
2022-10-31 15:17:33 +01:00
Mateusz Zalewski
41a25cf28b
Merge branch '1.12' into 1.13
* 1.12:
  Change application's version to v1.11.11-dev
  Generate changelog for v1.11.10
  Change application's version to v1.11.10
  Allow stable 1.8 of FixturesBundle
  Bump to stable Resource (1.10) and Grid (1.12)
2022-10-31 14:26:36 +01:00
Mateusz Zalewski
5444c7b5d6
Change application's version to v1.11.11-dev 2022-10-31 14:19:56 +01:00
Mateusz Zalewski
3f7a8b742b
Change application's version to v1.11.10 2022-10-31 14:18:31 +01:00
Mateusz Zalewski
b857309c40
Allow stable 1.8 of FixturesBundle 2022-10-31 13:00:53 +01:00
Mateusz Zalewski
79171259c9
Bump to stable Resource (1.10) and Grid (1.12) 2022-10-31 13:00:31 +01:00
Grzegorz Sadowski
1fdc04639d
Merge branch '1.12' into 1.13
* 1.12:
  [Maintenance] Allow APIP 2.7.2
2022-10-26 08:26:49 +02:00
Grzegorz Sadowski
e2b2a1748d
Merge branch '1.11' into 1.12
* 1.11:
  [Maintenance] Allow APIP 2.7.2
2022-10-26 08:26:33 +02:00
Jan Goralski
55ee86e038
[Maintenance] Allow APIP 2.7.2 2022-10-25 08:33:22 +02:00
Maxime Veber
296bbf9003 ⬆️ Upgrade gaufrette version (PHP 8+ compat) 2022-10-21 18:06:51 +02:00
Grzegorz Sadowski
152eea8b41
Merge branch '1.12' into 1.13
* 1.12:
  [PHPStan] Rebase with Symfony 6 (#14019)
  [PHPStan] Fix Psalm (#14019)
  [PHPStan] Suppress error in UserPasswordHasher (#14019)
  [PHPStan] Fix QuestionHelper class in commands (#14019)
  [PHPStan] Fix Password Hasher (#14019)
  [PHPStan] Remove Symfony configuration (#14019)
  [PHPStan] Fix some static errors (#14019)
  [PHPStan] Exclude behat files (#14019)
  [PHPStan] Add symfony phpstan extension (#14019)
  [PHPStan] Resolve mock static checks failing (#14019)
  [PHPStan] Fix level 2 errors (#14019)
  [PHPStan] Add Webmozart assert PHPStan extension (#14019)
  [PHPStan] Use level 2 to analyse code (#14019)
2022-10-21 07:30:13 +02:00
Lorenzo Ruozzi
8f39779bfe [PHPStan] Add symfony phpstan extension (#14019) 2022-10-20 14:26:49 +02:00
Lorenzo Ruozzi
16dd0281f8 [PHPStan] Resolve mock static checks failing (#14019) 2022-10-20 14:26:49 +02:00
Lorenzo Ruozzi
68f4e7b7a1 [PHPStan] Add Webmozart assert PHPStan extension (#14019) 2022-10-20 14:26:49 +02:00
Mateusz Zalewski
18365dabc8
Change application's version to v1.12.0-DEV 2022-10-19 19:21:58 +02:00
Mateusz Zalewski
8ec3aaeec9
Change application's version to v1.12.0-RC.1 2022-10-19 19:18:41 +02:00
Mateusz Zalewski
7e5d838675
Merge branch '1.12' into 1.13
* 1.12:
  Change all package versions to 1.12
  [CI] Add APIP 2.6 static checks
  [CI] Add tests for symfony 6.0
  Remove branch alias from the main composer.json
  Change branch aliases in all packages
  [Hot-fix] Do not fail scenario after 422 response page
2022-10-19 19:04:41 +02:00
Mateusz Zalewski
6c83d15f67
Remove branch alias from the main composer.json 2022-10-19 15:47:26 +02:00