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

Support Symfony 7 #1938

Merged
merged 43 commits into from Mar 20, 2024
Merged

Support Symfony 7 #1938

merged 43 commits into from Mar 20, 2024

Commits on Dec 4, 2023

  1. Update dependencies

    l-you committed Dec 4, 2023
    Copy the full SHA
    0967ec7 View commit details
    Browse the repository at this point in the history
  2. add php 8.3

    l-you committed Dec 4, 2023
    Copy the full SHA
    14917c4 View commit details
    Browse the repository at this point in the history
  3. add symfony 7 to tests

    l-you committed Dec 4, 2023
    Copy the full SHA
    6ba4850 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6e4d891 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c36fea7 View commit details
    Browse the repository at this point in the history
  6. Require minimum doctrine/phpcr-odm 1.5.3. This is the lowest version …

    …with support for php 8.*
    l-you committed Dec 4, 2023
    Copy the full SHA
    5d556fe View commit details
    Browse the repository at this point in the history
  7. Exclude php 8.3 symfony 7 lowest dependencies from CI. Higher doctrin…

    …e/phpcr-odm version should be used for php 8.3
    l-you committed Dec 4, 2023
    Copy the full SHA
    22c8a4c View commit details
    Browse the repository at this point in the history
  8. Revert "Exclude php 8.3 symfony 7 lowest dependencies from CI. Higher…

    … doctrine/phpcr-odm version should be used for php 8.3"
    
    This reverts commit 22c8a4c.
    l-you committed Dec 4, 2023
    Copy the full SHA
    8ebec77 View commit details
    Browse the repository at this point in the history
  9. Run cs fixer

    l-you committed Dec 4, 2023
    Copy the full SHA
    724e5ae View commit details
    Browse the repository at this point in the history
  10. fix code style

    l-you committed Dec 4, 2023
    Copy the full SHA
    916337a View commit details
    Browse the repository at this point in the history
  11. fix a suddenly excluded case

    l-you committed Dec 4, 2023
    Copy the full SHA
    1a637b1 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    6b889af View commit details
    Browse the repository at this point in the history
  13. run cs fixer

    l-you committed Dec 4, 2023
    Copy the full SHA
    5621661 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    7450153 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    953d5d4 View commit details
    Browse the repository at this point in the history
  16. add php 8.3 to phpstan

    l-you committed Dec 4, 2023
    Copy the full SHA
    8f43f71 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    a6e0a93 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    d47ae8e View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    35ac8e6 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    92f62e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. update gitignore

    l-you committed Dec 12, 2023
    Copy the full SHA
    5d393fe View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. fix gitignore

    l-you committed Jan 30, 2024
    Copy the full SHA
    c8652ab View commit details
    Browse the repository at this point in the history
  2. fix typo

    l-you committed Jan 30, 2024
    Copy the full SHA
    78d403e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Replace php-cs-fixer with a shim version. It allows us to lock with a…

    …ny desired version without the need to update the rest of dependencies.
    l-you committed Feb 29, 2024
    Copy the full SHA
    c48f5f8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f773e12 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a85750b View commit details
    Browse the repository at this point in the history
  4. Cs fixer fix

    l-you committed Feb 29, 2024
    Copy the full SHA
    7d4a0d6 View commit details
    Browse the repository at this point in the history
  5. Bump knplabs/knp-components

    l-you committed Feb 29, 2024
    Copy the full SHA
    b5d922b View commit details
    Browse the repository at this point in the history
  6. Fix php cs fixer version.

    l-you committed Feb 29, 2024
    Copy the full SHA
    e69a186 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1f31f71 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    25c8b10 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    bb351e8 View commit details
    Browse the repository at this point in the history
  10. Normalize composer

    l-you committed Feb 29, 2024
    Copy the full SHA
    4320d34 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    015463c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. minimum stability RC

    l-you committed Mar 7, 2024
    Copy the full SHA
    5d30843 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. [cs] Fix composer.json

    evertharmeling committed Mar 20, 2024
    Copy the full SHA
    3b7042c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    05df890 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8f1d7f8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1da0292 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    22df9c2 View commit details
    Browse the repository at this point in the history
  6. Make use of 'AsMessageHandler' attribute in favor of MessageHandlerIn…

    …terface + dropped support for SF 4.4 (as AsMessageHandler is available in SF 5.4)
    evertharmeling committed Mar 20, 2024
    Copy the full SHA
    69b18df View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    00570f0 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f1c3104 View commit details
    Browse the repository at this point in the history