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

Symfony 7 support continuation #175

Merged
merged 18 commits into from
Jun 11, 2024
Merged

Commits on May 28, 2024

  1. initial commit migrating annotations to attributes

    Antolin Janssen committed May 28, 2024
    Configuration menu
    Copy the full SHA
    61db250 View commit details
    Browse the repository at this point in the history
  2. minor tweak in Translate attribute, so you dont have to pass a defaul…

    …t translation domain
    Antolin Janssen committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1a77d6f View commit details
    Browse the repository at this point in the history
  3. minor refactor entities so they use property promotion

    Antolin Janssen committed May 28, 2024
    Configuration menu
    Copy the full SHA
    696f314 View commit details
    Browse the repository at this point in the history
  4. remove some comments that werent supposed to be there

    Antolin Janssen committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8b59bb9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. removed dependency on lower symfony versions + switched to deprecatio…

    …n annotations + bugfixes to pass some tests
    Antolin Janssen committed May 29, 2024
    Configuration menu
    Copy the full SHA
    65ba8cc View commit details
    Browse the repository at this point in the history
  2. replaced AnnotationLoader with AttributeLoader in some tests

    Antolin Janssen committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7fa167e View commit details
    Browse the repository at this point in the history
  3. changed php requirement, added ^7.2 back since the STAN and CSFixer t…

    …ests run on PHP7.3
    Antolin Janssen committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c962988 View commit details
    Browse the repository at this point in the history
  4. bumped to 8.1

    Antolin Janssen committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ef7807d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. reverted custom attribute changes, except the SymfonyValidation Annot…

    …ationReader which was deprecated in 6.4
    antiftw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2bc1c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    654921f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e8b590 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    a141bda View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. fixed last phpstan test?

    antiftw committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    0a593c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. weird issue

    antiftw committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    17934de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc1b2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00da055 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16455ae View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. removed superfluous test

    antiftw committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dfd83ed View commit details
    Browse the repository at this point in the history