N°5287 Fix composer.json errors

See https://getcomposer.org/doc/03-cli.md#validate
This commit is contained in:
Pierre Goiffon
2022-07-05 15:08:07 +02:00
parent d388c3fd3d
commit 8a99c37200
4 changed files with 112 additions and 79 deletions

View File

@@ -1,6 +1,8 @@
{ {
"name": "combodo/itop",
"description": "IT Operations Portal",
"type": "project", "type": "project",
"license": "AGPLv3", "license": "AGPL-3.0-or-later",
"require": { "require": {
"php": ">=7.0.8", "php": ">=7.0.8",
"ext-ctype": "*", "ext-ctype": "*",

33
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3438e44ef160404089e3bfa9719f11dd", "content-hash": "8415e71a4288813b5a5d82ec4a00216b",
"packages": [ "packages": [
{ {
"name": "combodo/tcpdf", "name": "combodo/tcpdf",
@@ -1334,6 +1334,11 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2019-01-03T20:59:08+00:00" "time": "2019-01-03T20:59:08+00:00"
}, },
{ {
@@ -1461,6 +1466,10 @@
} }
], ],
"description": "More info available on: http://pear.php.net/package/Console_Getopt", "description": "More info available on: http://pear.php.net/package/Console_Getopt",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
"source": "https://github.com/pear/Console_Getopt"
},
"time": "2019-11-20T18:27:48+00:00" "time": "2019-11-20T18:27:48+00:00"
}, },
{ {
@@ -1505,6 +1514,10 @@
} }
], ],
"description": "Minimal set of PEAR core files to be used as composer dependency", "description": "Minimal set of PEAR core files to be used as composer dependency",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/pear-core-minimal"
},
"time": "2019-11-19T19:00:24+00:00" "time": "2019-11-19T19:00:24+00:00"
}, },
{ {
@@ -1560,6 +1573,10 @@
"keywords": [ "keywords": [
"exception" "exception"
], ],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
"source": "https://github.com/pear/PEAR_Exception"
},
"time": "2019-12-10T10:24:42+00:00" "time": "2019-12-10T10:24:42+00:00"
}, },
{ {
@@ -1684,6 +1701,9 @@
"psr", "psr",
"psr-6" "psr-6"
], ],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
"time": "2016-08-06T20:24:11+00:00" "time": "2016-08-06T20:24:11+00:00"
}, },
{ {
@@ -1733,6 +1753,10 @@
"container-interop", "container-interop",
"psr" "psr"
], ],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/master"
},
"time": "2017-02-14T16:28:37+00:00" "time": "2017-02-14T16:28:37+00:00"
}, },
{ {
@@ -1833,6 +1857,9 @@
"psr", "psr",
"psr-3" "psr-3"
], ],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.2"
},
"time": "2019-11-01T11:05:21+00:00" "time": "2019-11-01T11:05:21+00:00"
}, },
{ {
@@ -1881,6 +1908,9 @@
"psr-16", "psr-16",
"simple-cache" "simple-cache"
], ],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00" "time": "2017-10-23T01:57:42+00:00"
}, },
{ {
@@ -2509,6 +2539,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"abandoned": "symfony/error-handler",
"time": "2020-10-24T10:57:07+00:00" "time": "2020-10-24T10:57:07+00:00"
}, },
{ {

View File

@@ -28,7 +28,7 @@ class InstalledVersions
{ {
/** /**
* @var mixed[]|null * @var mixed[]|null
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
*/ */
private static $installed; private static $installed;
@@ -39,7 +39,7 @@ class InstalledVersions
/** /**
* @var array[] * @var array[]
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/ */
private static $installedByVendor = array(); private static $installedByVendor = array();
@@ -243,7 +243,7 @@ class InstalledVersions
/** /**
* @return array * @return array
* @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string} * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
*/ */
public static function getRootPackage() public static function getRootPackage()
{ {
@@ -257,7 +257,7 @@ class InstalledVersions
* *
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
* @return array[] * @return array[]
* @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
*/ */
public static function getRawData() public static function getRawData()
{ {
@@ -280,7 +280,7 @@ class InstalledVersions
* Returns the raw data of all installed.php which are currently loaded for custom implementations * Returns the raw data of all installed.php which are currently loaded for custom implementations
* *
* @return array[] * @return array[]
* @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/ */
public static function getAllRawData() public static function getAllRawData()
{ {
@@ -303,7 +303,7 @@ class InstalledVersions
* @param array[] $data A vendor/composer/installed.php data set * @param array[] $data A vendor/composer/installed.php data set
* @return void * @return void
* *
* @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
*/ */
public static function reload($data) public static function reload($data)
{ {
@@ -313,7 +313,7 @@ class InstalledVersions
/** /**
* @return array[] * @return array[]
* @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/ */
private static function getInstalled() private static function getInstalled()
{ {

View File

@@ -1,40 +1,40 @@
<?php return array( <?php return array(
'root' => array( 'root' => array(
'name' => 'combodo/itop',
'pretty_version' => 'dev-develop', 'pretty_version' => 'dev-develop',
'version' => 'dev-develop', 'version' => 'dev-develop',
'reference' => 'd388c3fd3d2a11983b61d268b2323a4ff0d0dbcb',
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
'reference' => 'a0f28a9098796248f63a8e9141723724d019d082',
'name' => '__root__',
'dev' => true, 'dev' => true,
), ),
'versions' => array( 'versions' => array(
'__root__' => array( 'combodo/itop' => array(
'pretty_version' => 'dev-develop', 'pretty_version' => 'dev-develop',
'version' => 'dev-develop', 'version' => 'dev-develop',
'reference' => 'd388c3fd3d2a11983b61d268b2323a4ff0d0dbcb',
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
'reference' => 'a0f28a9098796248f63a8e9141723724d019d082',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'combodo/tcpdf' => array( 'combodo/tcpdf' => array(
'pretty_version' => '6.4.4', 'pretty_version' => '6.4.4',
'version' => '6.4.4.0', 'version' => '6.4.4.0',
'reference' => '0e31c013ccd000aa6762e9186778aa6e259ac8e8',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../combodo/tcpdf', 'install_path' => __DIR__ . '/../combodo/tcpdf',
'aliases' => array(), 'aliases' => array(),
'reference' => '0e31c013ccd000aa6762e9186778aa6e259ac8e8',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'container-interop/container-interop' => array( 'container-interop/container-interop' => array(
'pretty_version' => '1.2.0', 'pretty_version' => '1.2.0',
'version' => '1.2.0.0', 'version' => '1.2.0.0',
'reference' => '79cbf1341c22ec75643d841642dd5d6acd83bdb8',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../container-interop/container-interop', 'install_path' => __DIR__ . '/../container-interop/container-interop',
'aliases' => array(), 'aliases' => array(),
'reference' => '79cbf1341c22ec75643d841642dd5d6acd83bdb8',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'container-interop/container-interop-implementation' => array( 'container-interop/container-interop-implementation' => array(
@@ -46,208 +46,208 @@
'doctrine/lexer' => array( 'doctrine/lexer' => array(
'pretty_version' => '1.0.2', 'pretty_version' => '1.0.2',
'version' => '1.0.2.0', 'version' => '1.0.2.0',
'reference' => '1febd6c3ef84253d7c815bed85fc622ad207a9f8',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../doctrine/lexer', 'install_path' => __DIR__ . '/../doctrine/lexer',
'aliases' => array(), 'aliases' => array(),
'reference' => '1febd6c3ef84253d7c815bed85fc622ad207a9f8',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'egulias/email-validator' => array( 'egulias/email-validator' => array(
'pretty_version' => '2.1.25', 'pretty_version' => '2.1.25',
'version' => '2.1.25.0', 'version' => '2.1.25.0',
'reference' => '0dbf5d78455d4d6a41d186da50adc1122ec066f4',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../egulias/email-validator', 'install_path' => __DIR__ . '/../egulias/email-validator',
'aliases' => array(), 'aliases' => array(),
'reference' => '0dbf5d78455d4d6a41d186da50adc1122ec066f4',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'firebase/php-jwt' => array( 'firebase/php-jwt' => array(
'pretty_version' => 'v5.5.1', 'pretty_version' => 'v5.5.1',
'version' => '5.5.1.0', 'version' => '5.5.1.0',
'reference' => '83b609028194aa042ea33b5af2d41a7427de80e6',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../firebase/php-jwt', 'install_path' => __DIR__ . '/../firebase/php-jwt',
'aliases' => array(), 'aliases' => array(),
'reference' => '83b609028194aa042ea33b5af2d41a7427de80e6',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'guzzlehttp/guzzle' => array( 'guzzlehttp/guzzle' => array(
'pretty_version' => '6.5.8', 'pretty_version' => '6.5.8',
'version' => '6.5.8.0', 'version' => '6.5.8.0',
'reference' => 'a52f0440530b54fa079ce76e8c5d196a42cad981',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
'aliases' => array(), 'aliases' => array(),
'reference' => 'a52f0440530b54fa079ce76e8c5d196a42cad981',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'guzzlehttp/promises' => array( 'guzzlehttp/promises' => array(
'pretty_version' => '1.5.1', 'pretty_version' => '1.5.1',
'version' => '1.5.1.0', 'version' => '1.5.1.0',
'reference' => 'fe752aedc9fd8fcca3fe7ad05d419d32998a06da',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../guzzlehttp/promises', 'install_path' => __DIR__ . '/../guzzlehttp/promises',
'aliases' => array(), 'aliases' => array(),
'reference' => 'fe752aedc9fd8fcca3fe7ad05d419d32998a06da',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'guzzlehttp/psr7' => array( 'guzzlehttp/psr7' => array(
'pretty_version' => '1.9.0', 'pretty_version' => '1.9.0',
'version' => '1.9.0.0', 'version' => '1.9.0.0',
'reference' => 'e98e3e6d4f86621a9b75f623996e6bbdeb4b9318',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'install_path' => __DIR__ . '/../guzzlehttp/psr7',
'aliases' => array(), 'aliases' => array(),
'reference' => 'e98e3e6d4f86621a9b75f623996e6bbdeb4b9318',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'laminas/laminas-loader' => array( 'laminas/laminas-loader' => array(
'pretty_version' => '2.6.1', 'pretty_version' => '2.6.1',
'version' => '2.6.1.0', 'version' => '2.6.1.0',
'reference' => '5d01c2c237ae9e68bec262f339947e2ea18979bc',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../laminas/laminas-loader', 'install_path' => __DIR__ . '/../laminas/laminas-loader',
'aliases' => array(), 'aliases' => array(),
'reference' => '5d01c2c237ae9e68bec262f339947e2ea18979bc',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'laminas/laminas-mail' => array( 'laminas/laminas-mail' => array(
'pretty_version' => '2.11.1', 'pretty_version' => '2.11.1',
'version' => '2.11.1.0', 'version' => '2.11.1.0',
'reference' => '7f674afeb38100b1869ce8e56bf2ec3cba3c679c',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../laminas/laminas-mail', 'install_path' => __DIR__ . '/../laminas/laminas-mail',
'aliases' => array(), 'aliases' => array(),
'reference' => '7f674afeb38100b1869ce8e56bf2ec3cba3c679c',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'laminas/laminas-mime' => array( 'laminas/laminas-mime' => array(
'pretty_version' => '2.7.4', 'pretty_version' => '2.7.4',
'version' => '2.7.4.0', 'version' => '2.7.4.0',
'reference' => 'e45a7d856bf7b4a7b5bd00d6371f9961dc233add',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../laminas/laminas-mime', 'install_path' => __DIR__ . '/../laminas/laminas-mime',
'aliases' => array(), 'aliases' => array(),
'reference' => 'e45a7d856bf7b4a7b5bd00d6371f9961dc233add',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'laminas/laminas-servicemanager' => array( 'laminas/laminas-servicemanager' => array(
'pretty_version' => '3.5.2', 'pretty_version' => '3.5.2',
'version' => '3.5.2.0', 'version' => '3.5.2.0',
'reference' => '0669e1eec8d9f61e35a5bc5012796d49f418b259',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../laminas/laminas-servicemanager', 'install_path' => __DIR__ . '/../laminas/laminas-servicemanager',
'aliases' => array(), 'aliases' => array(),
'reference' => '0669e1eec8d9f61e35a5bc5012796d49f418b259',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'laminas/laminas-stdlib' => array( 'laminas/laminas-stdlib' => array(
'pretty_version' => '3.2.1', 'pretty_version' => '3.2.1',
'version' => '3.2.1.0', 'version' => '3.2.1.0',
'reference' => '2b18347625a2f06a1a485acfbc870f699dbe51c6',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../laminas/laminas-stdlib', 'install_path' => __DIR__ . '/../laminas/laminas-stdlib',
'aliases' => array(), 'aliases' => array(),
'reference' => '2b18347625a2f06a1a485acfbc870f699dbe51c6',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'laminas/laminas-validator' => array( 'laminas/laminas-validator' => array(
'pretty_version' => '2.12.2', 'pretty_version' => '2.12.2',
'version' => '2.12.2.0', 'version' => '2.12.2.0',
'reference' => '0813f234812d9fa9058b6da39eb13dedc90227db',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../laminas/laminas-validator', 'install_path' => __DIR__ . '/../laminas/laminas-validator',
'aliases' => array(), 'aliases' => array(),
'reference' => '0813f234812d9fa9058b6da39eb13dedc90227db',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'laminas/laminas-zendframework-bridge' => array( 'laminas/laminas-zendframework-bridge' => array(
'pretty_version' => '1.1.1', 'pretty_version' => '1.1.1',
'version' => '1.1.1.0', 'version' => '1.1.1.0',
'reference' => '6ede70583e101030bcace4dcddd648f760ddf642',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../laminas/laminas-zendframework-bridge', 'install_path' => __DIR__ . '/../laminas/laminas-zendframework-bridge',
'aliases' => array(), 'aliases' => array(),
'reference' => '6ede70583e101030bcace4dcddd648f760ddf642',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'league/oauth2-client' => array( 'league/oauth2-client' => array(
'pretty_version' => '2.6.1', 'pretty_version' => '2.6.1',
'version' => '2.6.1.0', 'version' => '2.6.1.0',
'reference' => '2334c249907190c132364f5dae0287ab8666aa19',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../league/oauth2-client', 'install_path' => __DIR__ . '/../league/oauth2-client',
'aliases' => array(), 'aliases' => array(),
'reference' => '2334c249907190c132364f5dae0287ab8666aa19',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'league/oauth2-google' => array( 'league/oauth2-google' => array(
'pretty_version' => '3.0.4', 'pretty_version' => '3.0.4',
'version' => '3.0.4.0', 'version' => '3.0.4.0',
'reference' => '6b79441f244040760bed5fdcd092a2bda7cf34c6',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../league/oauth2-google', 'install_path' => __DIR__ . '/../league/oauth2-google',
'aliases' => array(), 'aliases' => array(),
'reference' => '6b79441f244040760bed5fdcd092a2bda7cf34c6',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'nikic/php-parser' => array( 'nikic/php-parser' => array(
'pretty_version' => 'v4.13.2', 'pretty_version' => 'v4.13.2',
'version' => '4.13.2.0', 'version' => '4.13.2.0',
'reference' => '210577fe3cf7badcc5814d99455df46564f3c077',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../nikic/php-parser', 'install_path' => __DIR__ . '/../nikic/php-parser',
'aliases' => array(), 'aliases' => array(),
'reference' => '210577fe3cf7badcc5814d99455df46564f3c077',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'paragonie/random_compat' => array( 'paragonie/random_compat' => array(
'pretty_version' => 'v2.0.18', 'pretty_version' => 'v2.0.18',
'version' => '2.0.18.0', 'version' => '2.0.18.0',
'reference' => '0a58ef6e3146256cc3dc7cc393927bcc7d1b72db',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../paragonie/random_compat', 'install_path' => __DIR__ . '/../paragonie/random_compat',
'aliases' => array(), 'aliases' => array(),
'reference' => '0a58ef6e3146256cc3dc7cc393927bcc7d1b72db',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'pear/archive_tar' => array( 'pear/archive_tar' => array(
'pretty_version' => '1.4.14', 'pretty_version' => '1.4.14',
'version' => '1.4.14.0', 'version' => '1.4.14.0',
'reference' => '4d761c5334c790e45ef3245f0864b8955c562caa',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../pear/archive_tar', 'install_path' => __DIR__ . '/../pear/archive_tar',
'aliases' => array(), 'aliases' => array(),
'reference' => '4d761c5334c790e45ef3245f0864b8955c562caa',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'pear/console_getopt' => array( 'pear/console_getopt' => array(
'pretty_version' => 'v1.4.3', 'pretty_version' => 'v1.4.3',
'version' => '1.4.3.0', 'version' => '1.4.3.0',
'reference' => 'a41f8d3e668987609178c7c4a9fe48fecac53fa0',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../pear/console_getopt', 'install_path' => __DIR__ . '/../pear/console_getopt',
'aliases' => array(), 'aliases' => array(),
'reference' => 'a41f8d3e668987609178c7c4a9fe48fecac53fa0',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'pear/pear-core-minimal' => array( 'pear/pear-core-minimal' => array(
'pretty_version' => 'v1.10.10', 'pretty_version' => 'v1.10.10',
'version' => '1.10.10.0', 'version' => '1.10.10.0',
'reference' => '625a3c429d9b2c1546438679074cac1b089116a7',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../pear/pear-core-minimal', 'install_path' => __DIR__ . '/../pear/pear-core-minimal',
'aliases' => array(), 'aliases' => array(),
'reference' => '625a3c429d9b2c1546438679074cac1b089116a7',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'pear/pear_exception' => array( 'pear/pear_exception' => array(
'pretty_version' => 'v1.0.1', 'pretty_version' => 'v1.0.1',
'version' => '1.0.1.0', 'version' => '1.0.1.0',
'reference' => 'dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7',
'type' => 'class', 'type' => 'class',
'install_path' => __DIR__ . '/../pear/pear_exception', 'install_path' => __DIR__ . '/../pear/pear_exception',
'aliases' => array(), 'aliases' => array(),
'reference' => 'dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'pelago/emogrifier' => array( 'pelago/emogrifier' => array(
'pretty_version' => 'v3.1.0', 'pretty_version' => 'v3.1.0',
'version' => '3.1.0.0', 'version' => '3.1.0.0',
'reference' => 'f6a5c7d44612d86c3901c93f1592f5440e6b2cd8',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../pelago/emogrifier', 'install_path' => __DIR__ . '/../pelago/emogrifier',
'aliases' => array(), 'aliases' => array(),
'reference' => 'f6a5c7d44612d86c3901c93f1592f5440e6b2cd8',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'psr/cache' => array( 'psr/cache' => array(
'pretty_version' => '1.0.1', 'pretty_version' => '1.0.1',
'version' => '1.0.1.0', 'version' => '1.0.1.0',
'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../psr/cache', 'install_path' => __DIR__ . '/../psr/cache',
'aliases' => array(), 'aliases' => array(),
'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'psr/cache-implementation' => array( 'psr/cache-implementation' => array(
@@ -259,10 +259,10 @@
'psr/container' => array( 'psr/container' => array(
'pretty_version' => '1.0.0', 'pretty_version' => '1.0.0',
'version' => '1.0.0.0', 'version' => '1.0.0.0',
'reference' => 'b7ce3b176482dbbc1245ebf52b181af44c2cf55f',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../psr/container', 'install_path' => __DIR__ . '/../psr/container',
'aliases' => array(), 'aliases' => array(),
'reference' => 'b7ce3b176482dbbc1245ebf52b181af44c2cf55f',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'psr/container-implementation' => array( 'psr/container-implementation' => array(
@@ -275,10 +275,10 @@
'psr/http-message' => array( 'psr/http-message' => array(
'pretty_version' => '1.0.1', 'pretty_version' => '1.0.1',
'version' => '1.0.1.0', 'version' => '1.0.1.0',
'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../psr/http-message', 'install_path' => __DIR__ . '/../psr/http-message',
'aliases' => array(), 'aliases' => array(),
'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'psr/http-message-implementation' => array( 'psr/http-message-implementation' => array(
@@ -290,10 +290,10 @@
'psr/log' => array( 'psr/log' => array(
'pretty_version' => '1.1.2', 'pretty_version' => '1.1.2',
'version' => '1.1.2.0', 'version' => '1.1.2.0',
'reference' => '446d54b4cb6bf489fc9d75f55843658e6f25d801',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../psr/log', 'install_path' => __DIR__ . '/../psr/log',
'aliases' => array(), 'aliases' => array(),
'reference' => '446d54b4cb6bf489fc9d75f55843658e6f25d801',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'psr/log-implementation' => array( 'psr/log-implementation' => array(
@@ -305,10 +305,10 @@
'psr/simple-cache' => array( 'psr/simple-cache' => array(
'pretty_version' => '1.0.1', 'pretty_version' => '1.0.1',
'version' => '1.0.1.0', 'version' => '1.0.1.0',
'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../psr/simple-cache', 'install_path' => __DIR__ . '/../psr/simple-cache',
'aliases' => array(), 'aliases' => array(),
'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'psr/simple-cache-implementation' => array( 'psr/simple-cache-implementation' => array(
@@ -320,10 +320,10 @@
'ralouphie/getallheaders' => array( 'ralouphie/getallheaders' => array(
'pretty_version' => '3.0.3', 'pretty_version' => '3.0.3',
'version' => '3.0.3.0', 'version' => '3.0.3.0',
'reference' => '120b605dfeb996808c31b6477290a714d356e822',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'install_path' => __DIR__ . '/../ralouphie/getallheaders',
'aliases' => array(), 'aliases' => array(),
'reference' => '120b605dfeb996808c31b6477290a714d356e822',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'rsky/pear-core-min' => array( 'rsky/pear-core-min' => array(
@@ -335,298 +335,298 @@
'scssphp/scssphp' => array( 'scssphp/scssphp' => array(
'pretty_version' => '1.0.6', 'pretty_version' => '1.0.6',
'version' => '1.0.6.0', 'version' => '1.0.6.0',
'reference' => '5b3c9d704950d8f9637f5110c36c281ec47dc13c',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../scssphp/scssphp', 'install_path' => __DIR__ . '/../scssphp/scssphp',
'aliases' => array(), 'aliases' => array(),
'reference' => '5b3c9d704950d8f9637f5110c36c281ec47dc13c',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'swiftmailer/swiftmailer' => array( 'swiftmailer/swiftmailer' => array(
'pretty_version' => 'v6.3.0', 'pretty_version' => 'v6.3.0',
'version' => '6.3.0.0', 'version' => '6.3.0.0',
'reference' => '8a5d5072dca8f48460fce2f4131fcc495eec654c',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../swiftmailer/swiftmailer', 'install_path' => __DIR__ . '/../swiftmailer/swiftmailer',
'aliases' => array(), 'aliases' => array(),
'reference' => '8a5d5072dca8f48460fce2f4131fcc495eec654c',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/cache' => array( 'symfony/cache' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'a7a14c4832760bd1fbd31be2859ffedc9b6ff813',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/cache', 'install_path' => __DIR__ . '/../symfony/cache',
'aliases' => array(), 'aliases' => array(),
'reference' => 'a7a14c4832760bd1fbd31be2859ffedc9b6ff813',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/class-loader' => array( 'symfony/class-loader' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'a22265a9f3511c0212bf79f54910ca5a77c0e92c',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/class-loader', 'install_path' => __DIR__ . '/../symfony/class-loader',
'aliases' => array(), 'aliases' => array(),
'reference' => 'a22265a9f3511c0212bf79f54910ca5a77c0e92c',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/config' => array( 'symfony/config' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/config', 'install_path' => __DIR__ . '/../symfony/config',
'aliases' => array(), 'aliases' => array(),
'reference' => 'bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/console' => array( 'symfony/console' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'a10b1da6fc93080c180bba7219b5ff5b7518fe81',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/console', 'install_path' => __DIR__ . '/../symfony/console',
'aliases' => array(), 'aliases' => array(),
'reference' => 'a10b1da6fc93080c180bba7219b5ff5b7518fe81',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/css-selector' => array( 'symfony/css-selector' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'da3d9da2ce0026771f5fe64cb332158f1bd2bc33',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/css-selector', 'install_path' => __DIR__ . '/../symfony/css-selector',
'aliases' => array(), 'aliases' => array(),
'reference' => 'da3d9da2ce0026771f5fe64cb332158f1bd2bc33',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/debug' => array( 'symfony/debug' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'ab42889de57fdfcfcc0759ab102e2fd4ea72dcae',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/debug', 'install_path' => __DIR__ . '/../symfony/debug',
'aliases' => array(), 'aliases' => array(),
'reference' => 'ab42889de57fdfcfcc0759ab102e2fd4ea72dcae',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/dependency-injection' => array( 'symfony/dependency-injection' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '51d2a2708c6ceadad84393f8581df1dcf9e5e84b',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/dependency-injection', 'install_path' => __DIR__ . '/../symfony/dependency-injection',
'aliases' => array(), 'aliases' => array(),
'reference' => '51d2a2708c6ceadad84393f8581df1dcf9e5e84b',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/dotenv' => array( 'symfony/dotenv' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '1022723ac4f56b001d99691d96c6025dbf1404f1',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/dotenv', 'install_path' => __DIR__ . '/../symfony/dotenv',
'aliases' => array(), 'aliases' => array(),
'reference' => '1022723ac4f56b001d99691d96c6025dbf1404f1',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/event-dispatcher' => array( 'symfony/event-dispatcher' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '31fde73757b6bad247c54597beef974919ec6860',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/event-dispatcher', 'install_path' => __DIR__ . '/../symfony/event-dispatcher',
'aliases' => array(), 'aliases' => array(),
'reference' => '31fde73757b6bad247c54597beef974919ec6860',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/filesystem' => array( 'symfony/filesystem' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'e58d7841cddfed6e846829040dca2cca0ebbbbb3',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/filesystem', 'install_path' => __DIR__ . '/../symfony/filesystem',
'aliases' => array(), 'aliases' => array(),
'reference' => 'e58d7841cddfed6e846829040dca2cca0ebbbbb3',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/finder' => array( 'symfony/finder' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'b6b6ad3db3edb1b4b1c1896b1975fb684994de6e',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/finder', 'install_path' => __DIR__ . '/../symfony/finder',
'aliases' => array(), 'aliases' => array(),
'reference' => 'b6b6ad3db3edb1b4b1c1896b1975fb684994de6e',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/framework-bundle' => array( 'symfony/framework-bundle' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '6c95e747b75ddd2af61152ce93bf87299d15710e',
'type' => 'symfony-bundle', 'type' => 'symfony-bundle',
'install_path' => __DIR__ . '/../symfony/framework-bundle', 'install_path' => __DIR__ . '/../symfony/framework-bundle',
'aliases' => array(), 'aliases' => array(),
'reference' => '6c95e747b75ddd2af61152ce93bf87299d15710e',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/http-foundation' => array( 'symfony/http-foundation' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'b9885fcce6fe494201da4f70a9309770e9d13dc8',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/http-foundation', 'install_path' => __DIR__ . '/../symfony/http-foundation',
'aliases' => array(), 'aliases' => array(),
'reference' => 'b9885fcce6fe494201da4f70a9309770e9d13dc8',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/http-kernel' => array( 'symfony/http-kernel' => array(
'pretty_version' => 'v3.4.49', 'pretty_version' => 'v3.4.49',
'version' => '3.4.49.0', 'version' => '3.4.49.0',
'reference' => '5aa72405f5bd5583c36ed6e756acb17d3f98ac40',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/http-kernel', 'install_path' => __DIR__ . '/../symfony/http-kernel',
'aliases' => array(), 'aliases' => array(),
'reference' => '5aa72405f5bd5583c36ed6e756acb17d3f98ac40',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-apcu' => array( 'symfony/polyfill-apcu' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => 'b44b51e7814c23bfbd793a16ead5d7ce43ed23c5',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-apcu', 'install_path' => __DIR__ . '/../symfony/polyfill-apcu',
'aliases' => array(), 'aliases' => array(),
'reference' => 'b44b51e7814c23bfbd793a16ead5d7ce43ed23c5',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-ctype' => array( 'symfony/polyfill-ctype' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => 'aed596913b70fae57be53d86faa2e9ef85a2297b',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
'aliases' => array(), 'aliases' => array(),
'reference' => 'aed596913b70fae57be53d86faa2e9ef85a2297b',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-iconv' => array( 'symfony/polyfill-iconv' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => '085241787d52fa6f7a774fd034135fef0cfd5496',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-iconv', 'install_path' => __DIR__ . '/../symfony/polyfill-iconv',
'aliases' => array(), 'aliases' => array(),
'reference' => '085241787d52fa6f7a774fd034135fef0cfd5496',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-intl-idn' => array( 'symfony/polyfill-intl-idn' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => '4ad5115c0f5d5172a9fe8147675ec6de266d8826',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-intl-idn', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-idn',
'aliases' => array(), 'aliases' => array(),
'reference' => '4ad5115c0f5d5172a9fe8147675ec6de266d8826',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-intl-normalizer' => array( 'symfony/polyfill-intl-normalizer' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => '8db0ae7936b42feb370840cf24de1a144fb0ef27',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer',
'aliases' => array(), 'aliases' => array(),
'reference' => '8db0ae7936b42feb370840cf24de1a144fb0ef27',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-mbstring' => array( 'symfony/polyfill-mbstring' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => 'b5f7b932ee6fa802fc792eabd77c4c88084517ce',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
'aliases' => array(), 'aliases' => array(),
'reference' => 'b5f7b932ee6fa802fc792eabd77c4c88084517ce',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-php56' => array( 'symfony/polyfill-php56' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => 'ea19621731cbd973a6702cfedef3419768bf3372',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-php56', 'install_path' => __DIR__ . '/../symfony/polyfill-php56',
'aliases' => array(), 'aliases' => array(),
'reference' => 'ea19621731cbd973a6702cfedef3419768bf3372',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-php70' => array( 'symfony/polyfill-php70' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => '3fe414077251a81a1b15b1c709faf5c2fbae3d4e',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-php70', 'install_path' => __DIR__ . '/../symfony/polyfill-php70',
'aliases' => array(), 'aliases' => array(),
'reference' => '3fe414077251a81a1b15b1c709faf5c2fbae3d4e',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-php72' => array( 'symfony/polyfill-php72' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => 'beecef6b463b06954638f02378f52496cb84bacc',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-php72', 'install_path' => __DIR__ . '/../symfony/polyfill-php72',
'aliases' => array(), 'aliases' => array(),
'reference' => 'beecef6b463b06954638f02378f52496cb84bacc',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/polyfill-util' => array( 'symfony/polyfill-util' => array(
'pretty_version' => 'v1.19.0', 'pretty_version' => 'v1.19.0',
'version' => '1.19.0.0', 'version' => '1.19.0.0',
'reference' => '8df0c3e6a4b85df9a5c6f3f2f46fba5c5c47058a',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-util', 'install_path' => __DIR__ . '/../symfony/polyfill-util',
'aliases' => array(), 'aliases' => array(),
'reference' => '8df0c3e6a4b85df9a5c6f3f2f46fba5c5c47058a',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/routing' => array( 'symfony/routing' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '3e522ac69cadffd8131cc2b22157fa7662331a6c',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/routing', 'install_path' => __DIR__ . '/../symfony/routing',
'aliases' => array(), 'aliases' => array(),
'reference' => '3e522ac69cadffd8131cc2b22157fa7662331a6c',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/stopwatch' => array( 'symfony/stopwatch' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '298b81faad4ce60e94466226b2abbb8c9bca7462',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/stopwatch', 'install_path' => __DIR__ . '/../symfony/stopwatch',
'aliases' => array(), 'aliases' => array(),
'reference' => '298b81faad4ce60e94466226b2abbb8c9bca7462',
'dev_requirement' => true, 'dev_requirement' => true,
), ),
'symfony/twig-bridge' => array( 'symfony/twig-bridge' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042',
'type' => 'symfony-bridge', 'type' => 'symfony-bridge',
'install_path' => __DIR__ . '/../symfony/twig-bridge', 'install_path' => __DIR__ . '/../symfony/twig-bridge',
'aliases' => array(), 'aliases' => array(),
'reference' => '090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/twig-bundle' => array( 'symfony/twig-bundle' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '977b3096e2df96bc8a8d2329e83466cfc30c373d',
'type' => 'symfony-bundle', 'type' => 'symfony-bundle',
'install_path' => __DIR__ . '/../symfony/twig-bundle', 'install_path' => __DIR__ . '/../symfony/twig-bundle',
'aliases' => array(), 'aliases' => array(),
'reference' => '977b3096e2df96bc8a8d2329e83466cfc30c373d',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'symfony/var-dumper' => array( 'symfony/var-dumper' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '0719f6cf4633a38b2c1585140998579ce23b4b7d',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/var-dumper', 'install_path' => __DIR__ . '/../symfony/var-dumper',
'aliases' => array(), 'aliases' => array(),
'reference' => '0719f6cf4633a38b2c1585140998579ce23b4b7d',
'dev_requirement' => true, 'dev_requirement' => true,
), ),
'symfony/web-profiler-bundle' => array( 'symfony/web-profiler-bundle' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => 'ccb83b3a508f4a683e44f571f127beebdc315ff9',
'type' => 'symfony-bundle', 'type' => 'symfony-bundle',
'install_path' => __DIR__ . '/../symfony/web-profiler-bundle', 'install_path' => __DIR__ . '/../symfony/web-profiler-bundle',
'aliases' => array(), 'aliases' => array(),
'reference' => 'ccb83b3a508f4a683e44f571f127beebdc315ff9',
'dev_requirement' => true, 'dev_requirement' => true,
), ),
'symfony/yaml' => array( 'symfony/yaml' => array(
'pretty_version' => 'v3.4.47', 'pretty_version' => 'v3.4.47',
'version' => '3.4.47.0', 'version' => '3.4.47.0',
'reference' => '88289caa3c166321883f67fe5130188ebbb47094',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../symfony/yaml', 'install_path' => __DIR__ . '/../symfony/yaml',
'aliases' => array(), 'aliases' => array(),
'reference' => '88289caa3c166321883f67fe5130188ebbb47094',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'tecnickcom/tcpdf' => array( 'tecnickcom/tcpdf' => array(
@@ -638,28 +638,28 @@
'thenetworg/oauth2-azure' => array( 'thenetworg/oauth2-azure' => array(
'pretty_version' => 'v2.0.1', 'pretty_version' => 'v2.0.1',
'version' => '2.0.1.0', 'version' => '2.0.1.0',
'reference' => '2649422a0dc74af32d21d9d738d37abcd5b03998',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../thenetworg/oauth2-azure', 'install_path' => __DIR__ . '/../thenetworg/oauth2-azure',
'aliases' => array(), 'aliases' => array(),
'reference' => '2649422a0dc74af32d21d9d738d37abcd5b03998',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'true/punycode' => array( 'true/punycode' => array(
'pretty_version' => 'v2.1.1', 'pretty_version' => 'v2.1.1',
'version' => '2.1.1.0', 'version' => '2.1.1.0',
'reference' => 'a4d0c11a36dd7f4e7cd7096076cab6d3378a071e',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../true/punycode', 'install_path' => __DIR__ . '/../true/punycode',
'aliases' => array(), 'aliases' => array(),
'reference' => 'a4d0c11a36dd7f4e7cd7096076cab6d3378a071e',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'twig/twig' => array( 'twig/twig' => array(
'pretty_version' => 'v1.42.5', 'pretty_version' => 'v1.42.5',
'version' => '1.42.5.0', 'version' => '1.42.5.0',
'reference' => '87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../twig/twig', 'install_path' => __DIR__ . '/../twig/twig',
'aliases' => array(), 'aliases' => array(),
'reference' => '87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'zendframework/zend-loader' => array( 'zendframework/zend-loader' => array(