Added VERSION to \Symfony\Process

This commit is contained in:
Netkas 2022-05-24 20:38:10 -04:00
parent 48e2a16fa3
commit bbc4aa94cf
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
6.0.8

View file

@ -7,7 +7,7 @@ spl_autoload_register(
static $classes = null;
if ($classes === null) {
$classes = array(
'ncc\\abstracts\\authenticationsource' => '/Abstracts/AuthenticationSource.php',
' ncc\\abstracts\\authenticationsource' => '/Abstracts/AuthenticationSource.php',
'ncc\\abstracts\\exceptioncodes' => '/Abstracts/ExceptionCodes.php',
'ncc\\abstracts\\nccbuildflags' => '/Abstracts/NccBuildFlags.php',
'ncc\\abstracts\\regexpatterns' => '/Abstracts/RegexPatterns.php',