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

Environment:

  • Strangebuzz Snippet VM: 6.4.2
  • PHP: 8.3
  • Symfony: 6.4.6

Code execution output:

Array
(
    [php_minor_version] => 8.3
    [php_version] => 8.3.6
    [sf_major_version] => 6
    [sf_minor_version] => 6.4
    [sf_version] => 6.4.6
)