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

Update dependencies #261

Merged
merged 4 commits into from
Sep 19, 2023
Merged

Update dependencies #261

merged 4 commits into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. Explicitly use lcobucci/coding-standards

    We were already applying the same rules set but they got outdated. This
    makes it easier to ensure everything gets easily updated.
    
    Signed-off-by: Luís Cobucci <[email protected]>
    lcobucci committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1ac1ebf View commit details
    Browse the repository at this point in the history
  2. Update PHPStan packages

    Lock file operations: 0 installs, 3 updates, 0 removals
      - Upgrading phpstan/phpstan (1.10.26 => 1.10.35)
      - Upgrading phpstan/phpstan-deprecation-rules (1.1.3 => 1.1.4)
      - Upgrading phpstan/phpstan-phpunit (1.3.13 => 1.3.14)
    
    Signed-off-by: Luís Cobucci <[email protected]>
    lcobucci committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    74ecf35 View commit details
    Browse the repository at this point in the history
  3. Upgrade PHPUnit to v10.3

    Replacing data providers indexes with more meaningful titles, providing
    more information on test execution.
    
    ---
    
    Lock file operations: 0 installs, 22 updates, 2 removals
      - Removing doctrine/instantiator (2.0.0)
      - Removing sebastian/resource-operations (3.0.3)
      - Upgrading nikic/php-parser (v4.16.0 => v4.17.1)
      - Upgrading phpunit/php-code-coverage (9.2.27 => 10.1.6)
      - Upgrading phpunit/php-file-iterator (3.0.6 => 4.1.0)
      - Upgrading phpunit/php-invoker (3.1.1 => 4.0.0)
      - Upgrading phpunit/php-text-template (2.0.4 => 3.0.1)
      - Upgrading phpunit/php-timer (5.0.3 => 6.0.0)
      - Upgrading phpunit/phpunit (9.6.10 => 10.3.5)
      - Upgrading sebastian/cli-parser (1.0.1 => 2.0.0)
      - Upgrading sebastian/code-unit (1.0.8 => 2.0.0)
      - Upgrading sebastian/code-unit-reverse-lookup (2.0.3 => 3.0.0)
      - Upgrading sebastian/comparator (4.0.8 => 5.0.1)
      - Upgrading sebastian/complexity (2.0.2 => 3.0.1)
      - Upgrading sebastian/diff (4.0.5 => 5.0.3)
      - Upgrading sebastian/environment (5.1.5 => 6.0.1)
      - Upgrading sebastian/exporter (4.0.5 => 5.1.0)
      - Upgrading sebastian/global-state (5.0.5 => 6.0.1)
      - Upgrading sebastian/lines-of-code (1.0.3 => 2.0.1)
      - Upgrading sebastian/object-enumerator (4.0.4 => 5.0.0)
      - Upgrading sebastian/object-reflector (2.0.4 => 3.0.0)
      - Upgrading sebastian/recursion-context (4.0.5 => 5.0.0)
      - Upgrading sebastian/type (3.2.1 => 4.0.0)
      - Upgrading sebastian/version (3.0.2 => 4.0.1)
    
    Signed-off-by: Luís Cobucci <[email protected]>
    lcobucci committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4e73cf0 View commit details
    Browse the repository at this point in the history
  4. Update transient dependencies

    Lock file operations: 0 installs, 8 updates, 0 removals
      - Upgrading symfony/console (v6.3.0 => v6.3.4)
      - Upgrading symfony/finder (v6.3.0 => v6.3.3)
      - Upgrading symfony/polyfill-ctype (v1.27.0 => v1.28.0)
      - Upgrading symfony/polyfill-intl-grapheme (v1.27.0 => v1.28.0)
      - Upgrading symfony/polyfill-intl-normalizer (v1.27.0 => v1.28.0)
      - Upgrading symfony/polyfill-mbstring (v1.27.0 => v1.28.0)
      - Upgrading symfony/process (v6.3.0 => v6.3.4)
      - Upgrading symfony/string (v6.3.0 => v6.3.2)
    
    Signed-off-by: Luís Cobucci <[email protected]>
    lcobucci committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dcf6b3d View commit details
    Browse the repository at this point in the history