Added VERSION to \Symfony\Process
This commit is contained in:
parent
48e2a16fa3
commit
bbc4aa94cf
2 changed files with 2 additions and 1 deletions
1
src/ncc/ThirdParty/Symfony/Process/VERSION
vendored
Normal file
1
src/ncc/ThirdParty/Symfony/Process/VERSION
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
6.0.8
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue