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

Add support for Symfony 5 and dropped support for Symfony 3 #373

Merged
merged 43 commits into from
Mar 27, 2020

Commits on Jan 3, 2020

  1. Dealing with the modified method signature for UploadedFile which wit…

    …h strict type checking in SF 4.4 fails
    steveWinter committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    98b6957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52ddd76 View commit details
    Browse the repository at this point in the history
  3. Adding SF 5.0

    steveWinter committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    cebfb89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b3a6a3 View commit details
    Browse the repository at this point in the history
  5. Switching config to support SF 5.0's removal of the kernal.root_dir a…

    …nd removal of the templating config variable
    steveWinter committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    0bba797 View commit details
    Browse the repository at this point in the history
  6. Even for non-uploaded files we have to deal with the new File signatu…

    …re otherwise the size ends up as the error
    steveWinter committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    afa1571 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5eee7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9880e29 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Update to support Twig 3

    Replace global functions with namespaced functions
    gubler authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    bf5adbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d13850d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Merge pull request #1 from gubler/master

    Support for Twig 3
    steveWinter authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    048a8ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f800365 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    ecb7b1f View commit details
    Browse the repository at this point in the history
  2. Removed Symfony 3.x stuff

    bytehead committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    9bf5d0c View commit details
    Browse the repository at this point in the history
  3. Remove comment

    bytehead committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    a79bd13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb4ebf7 View commit details
    Browse the repository at this point in the history
  5. CS fixer

    bytehead committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    e5454cf View commit details
    Browse the repository at this point in the history
  6. Remove 3.x, add 5.x

    bytehead committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    41d46ce View commit details
    Browse the repository at this point in the history
  7. WIP PHPStan level 5

    bytehead committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    92e963d View commit details
    Browse the repository at this point in the history
  8. Symfony 4.4

    bytehead committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    49431ae View commit details
    Browse the repository at this point in the history
  9. Adjust version constraints

    bytehead committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    a8e6368 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. WIP PHPStan level 6

    bytehead committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    a42c6ec View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Fix issues

    bytehead committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    235b399 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    809f555 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b7a92 View commit details
    Browse the repository at this point in the history
  3. Enable PHPStan level 6

    bytehead committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    a93e35e View commit details
    Browse the repository at this point in the history
  4. Fix PHPStan

    bytehead committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    97f9028 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69ced94 View commit details
    Browse the repository at this point in the history
  6. Fix PHPStan

    bytehead committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    7b5e0f5 View commit details
    Browse the repository at this point in the history
  7. CS

    bytehead committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    9f89199 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36bf22b View commit details
    Browse the repository at this point in the history
  9. Add templates

    bytehead committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f26bce9 View commit details
    Browse the repository at this point in the history
  10. Proper names for tests

    bytehead committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    069b41d View commit details
    Browse the repository at this point in the history
  11. Remove tests on windows

    bytehead committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    a2f8200 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c101c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    5a859a1 View commit details
    Browse the repository at this point in the history
  2. Fixes

    bytehead committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    63585bd View commit details
    Browse the repository at this point in the history
  3. Remove unused

    bytehead committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    6da4c97 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    c287f14 View commit details
    Browse the repository at this point in the history
  2. Enable PHPStan level = max

    bytehead committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    7e6f342 View commit details
    Browse the repository at this point in the history
  3. Remove unused

    bytehead committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    07b88c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    8526d25 View commit details
    Browse the repository at this point in the history
  2. PHPUnit 8.5

    bytehead committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    51d44cd View commit details
    Browse the repository at this point in the history