Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/http-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.4
Choose a base ref
...
head repository: symfony/http-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.5
Choose a head ref

Commits on Dec 28, 2022

  1. Update VERSION for 5.4.17

    fabpot committed Dec 28, 2022
    Copy the full SHA
    7e38b84 View commit details
  2. Bump Symfony version to 5.4.18

    fabpot committed Dec 28, 2022
    Copy the full SHA
    6dd61cf View commit details
  3. Update VERSION for 6.0.17

    fabpot committed Dec 28, 2022
    Copy the full SHA
    ce1a8d2 View commit details
  4. Bump Symfony version to 6.0.18

    fabpot committed Dec 28, 2022
    Copy the full SHA
    7410c8d View commit details
  5. Update VERSION for 6.1.9

    fabpot committed Dec 28, 2022
    Copy the full SHA
    d47bb75 View commit details
  6. Bump Symfony version to 6.1.10

    fabpot committed Dec 28, 2022
    Copy the full SHA
    fb752c3 View commit details

Commits on Dec 29, 2022

  1. Update VERSION for 5.4.18

    fabpot committed Dec 29, 2022
    Copy the full SHA
    5da6f57 View commit details
  2. Bump Symfony version to 5.4.19

    fabpot committed Dec 29, 2022
    Copy the full SHA
    816ab5c View commit details
  3. Update VERSION for 6.0.18

    fabpot committed Dec 29, 2022
    Copy the full SHA
    71b52f9 View commit details
  4. Bump Symfony version to 6.0.19

    fabpot committed Dec 29, 2022
    Copy the full SHA
    35eb3f7 View commit details
  5. Update VERSION for 6.1.10

    fabpot committed Dec 29, 2022
    Copy the full SHA
    8aa5a91 View commit details
  6. Bump Symfony version to 6.1.11

    fabpot committed Dec 29, 2022
    Copy the full SHA
    bb80056 View commit details
  7. Bump Symfony version to 6.2.5

    fabpot committed Dec 29, 2022
    Copy the full SHA
    4ca3dca View commit details

Commits on Jan 1, 2023

  1. Bump license year to 2023

    fabpot committed Jan 1, 2023
    Copy the full SHA
    519658d View commit details
  2. Merge branch '5.4' into 6.0

    * 5.4:
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Copy the full SHA
    42d373c View commit details
  3. Merge branch '6.0' into 6.1

    * 6.0:
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Copy the full SHA
    ce152d0 View commit details
  4. Merge branch '6.1' into 6.2

    * 6.1:
      Bump LICENSE year
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Copy the full SHA
    b436de2 View commit details

Commits on Jan 11, 2023

  1. Merge branch '6.0' into 6.1

    * 6.0:
      Revert "minor #47721 [Notifier] Use local copy of stella-maris/clock when testing (nicolas-grekas)"
      [FrameworkBundle] Fix deprecation when accessing a "container.private" service from the test container
      [DependencyInjection] Fix support for named arguments on non-autowired services
    nicolas-grekas committed Jan 11, 2023
    Copy the full SHA
    ea303bb View commit details
  2. Merge branch '6.1' into 6.2

    * 6.1:
      Revert "minor #47721 [Notifier] Use local copy of stella-maris/clock when testing (nicolas-grekas)"
      [FrameworkBundle] Fix deprecation when accessing a "container.private" service from the test container
      [DependencyInjection] Fix support for named arguments on non-autowired services
    nicolas-grekas committed Jan 11, 2023
    Copy the full SHA
    51cc266 View commit details

Commits on Jan 14, 2023

  1. Copy the full SHA
    c4b9839 View commit details

Commits on Jan 20, 2023

  1. Merge branch '5.4' into 6.0

    * 5.4:
      Update ComposerPlugin.php
      [Notifier] [OvhCloud] handle invalid receiver
      [Cache] fix collecting cache stats when nesting computations
      [VarDumper] Fix JS to expand / collapse
      [Tests] Remove `$this` occurrences in future static data providers
    nicolas-grekas committed Jan 20, 2023
    Copy the full SHA
    4251d73 View commit details
  2. Merge branch '6.0' into 6.1

    * 6.0:
      Update ComposerPlugin.php
      [Notifier] [OvhCloud] handle invalid receiver
      [Cache] fix collecting cache stats when nesting computations
      [VarDumper] Fix JS to expand / collapse
      [Validator] Fix Email validator logic
      Fix user_identifier support after username has been deprecated in favor of it.
      [Tests] Remove `$this` occurrences in future static data providers
      [PropertyInfo] Fixes constructor extractor for mixed type
      use method_exists() instead of catching reflection exceptions
    nicolas-grekas committed Jan 20, 2023
    Copy the full SHA
    d53441c View commit details
  3. Merge branch '6.1' into 6.2

    * 6.1:
      Update ComposerPlugin.php
      [Notifier] [OvhCloud] handle invalid receiver
      [Cache] fix collecting cache stats when nesting computations
      [VarDumper] Fix JS to expand / collapse
      [Validator] Fix Email validator logic
      Fix user_identifier support after username has been deprecated in favor of it.
      [Tests] Remove `$this` occurrences in future static data providers
      [PropertyInfo] Fixes constructor extractor for mixed type
      use method_exists() instead of catching reflection exceptions
    nicolas-grekas committed Jan 20, 2023
    Copy the full SHA
    449486d View commit details

Commits on Jan 24, 2023

  1. Update VERSION for 6.2.5

    fabpot committed Jan 24, 2023
    Copy the full SHA
    f68aaa1 View commit details
Showing with 7 additions and 7 deletions.
  1. +3 −3 Kernel.php
  2. +1 −1 LICENSE
  3. +2 −2 Tests/Controller/ArgumentResolver/DateTimeValueResolverTest.php
  4. +1 −1 Tests/EventListener/ErrorListenerTest.php
6 changes: 3 additions & 3 deletions Kernel.php
Original file line number Diff line number Diff line change
@@ -75,11 +75,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
*/
private static array $freshCache = [];

public const VERSION = '6.2.4';
public const VERSION_ID = 60204;
public const VERSION = '6.2.5';
public const VERSION_ID = 60205;
public const MAJOR_VERSION = 6;
public const MINOR_VERSION = 2;
public const RELEASE_VERSION = 4;
public const RELEASE_VERSION = 5;
public const EXTRA_VERSION = '';

public const END_OF_MAINTENANCE = '07/2023';
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004-2022 Fabien Potencier
Copyright (c) 2004-2023 Fabien Potencier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change
@@ -35,8 +35,8 @@ protected function tearDown(): void
public static function getTimeZones()
{
yield ['UTC'];
yield ['Etc/GMT+9'];
yield ['Etc/GMT-14'];
yield ['Pacific/Honolulu'];
yield ['America/Toronto'];
}

public static function getClasses()
2 changes: 1 addition & 1 deletion Tests/EventListener/ErrorListenerTest.php
Original file line number Diff line number Diff line change
@@ -207,7 +207,7 @@ public function controllerProvider()
}];

yield [function ($exception) {
$this->assertInstanceOf(FlattenException::class, $exception);
static::assertInstanceOf(FlattenException::class, $exception);

return new Response('OK: '.$exception->getMessage());
}];