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

PHP 8.0 support #38

Merged
merged 8 commits into from
May 10, 2021
Merged

PHP 8.0 support #38

merged 8 commits into from
May 10, 2021

Commits on May 10, 2021

  1. Add PHP 8 to supported versions

    Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
    arueckauer authored and weierophinney committed May 10, 2021
    Configuration menu
    Copy the full SHA
    dcf3a2b View commit details
    Browse the repository at this point in the history
  2. Update PHPUnit configuration

    Use local XML schema description file
    
    Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
    arueckauer authored and weierophinney committed May 10, 2021
    Configuration menu
    Copy the full SHA
    37bbb73 View commit details
    Browse the repository at this point in the history
  3. Update invocation of static methods

    Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
    arueckauer authored and weierophinney committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8e74b8e View commit details
    Browse the repository at this point in the history
  4. Remove parameter for method wich has 0 parameters

    Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
    arueckauer authored and weierophinney committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8fbc6bf View commit details
    Browse the repository at this point in the history
  5. Fix tests for chubbyphp/chubbyphp-container to account for changes in…

    …troduced in chubbyphp/chubbyphp-container 1.3 which now returns an instance of MinimalContainer
    
    Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
    arueckauer authored and weierophinney committed May 10, 2021
    Configuration menu
    Copy the full SHA
    04c7ad9 View commit details
    Browse the repository at this point in the history
  6. Upgrade phpunit/phpunit to 9.4 to ensure PHP 8 compatibility

    Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
    arueckauer authored and weierophinney committed May 10, 2021
    Configuration menu
    Copy the full SHA
    3b0e7a4 View commit details
    Browse the repository at this point in the history
  7. Add PHP 8 compatible version 8.0 of elie29/zend-phpdi-config

    Signed-off-by: Andi Rückauer <arueckauer@gmail.com>
    arueckauer authored and weierophinney committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7c06222 View commit details
    Browse the repository at this point in the history
  8. qa: use ::class notation when referring to ChubbyPHP PSR-11 implement…

    …ation
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed May 10, 2021
    Configuration menu
    Copy the full SHA
    65e64ed View commit details
    Browse the repository at this point in the history