Output of the "Get the Symfony and PHP versions of the current environment" Symfony snippet

Environment:

  • Strangebuzz Snippet VM: 6.4.9
  • PHP: 8.3
  • Symfony: 6.4.12

Code execution output:

Array
(
    [php_minor_version] => 8.3
    [php_version] => 8.3.12
    [sf_major_version] => 6
    [sf_minor_version] => 6.4
    [sf_version] => 6.4.12
)