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

Drop support for DBAL 2, PHP 7.2, Symfony 3, Persistence 1 #1250

Merged
merged 4 commits into from
Apr 4, 2022

Commits on Apr 4, 2022

  1. Drop support for DBAL 2 and PHP 7.2

    DBAL 3 requires PHP 7.3
    greg0ire committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3887cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2883f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b98f242 View commit details
    Browse the repository at this point in the history
  4. Use typed properties where possible

    This includes:
    - private properties
    - public properties of final classes
    
    protected properties must have the same type or lack thereof as their
    parent.
    greg0ire committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    f5887f0 View commit details
    Browse the repository at this point in the history