1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
<?php return array(
'root' => array(
'name' => 'zabbix/ui',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ae751a552708d42a31b2073ca859c3c5db8690ab',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'duosecurity/duo_universal_php' => array(
'pretty_version' => '1.0.2',
'version' => '1.0.2.0',
'reference' => '8734a47480d2d2f0539e8ee782675e052025d026',
'type' => 'library',
'install_path' => __DIR__ . '/../duosecurity/duo_universal_php',
'aliases' => array(),
'dev_requirement' => false,
),
'firebase/php-jwt' => array(
'pretty_version' => 'v6.10.0',
'version' => '6.10.0.0',
'reference' => 'a49db6f0a5033aef5143295342f1c95521b075ff',
'type' => 'library',
'install_path' => __DIR__ . '/../firebase/php-jwt',
'aliases' => array(),
'dev_requirement' => false,
),
'onelogin/php-saml' => array(
'pretty_version' => '4.0.0',
'version' => '4.0.0.0',
'reference' => 'f30f5062f3653c4d2082892d207f4dc3e577d979',
'type' => 'library',
'install_path' => __DIR__ . '/../onelogin/php-saml',
'aliases' => array(),
'dev_requirement' => false,
),
'paragonie/constant_time_encoding' => array(
'pretty_version' => 'v2.6.3',
'version' => '2.6.3.0',
'reference' => '58c3f47f650c94ec05a151692652a868995d2938',
'type' => 'library',
'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
'aliases' => array(),
'dev_requirement' => false,
),
'pragmarx/google2fa' => array(
'pretty_version' => 'v8.0.1',
'version' => '8.0.1.0',
'reference' => '80c3d801b31fe165f8fe99ea085e0a37834e1be3',
'type' => 'library',
'install_path' => __DIR__ . '/../pragmarx/google2fa',
'aliases' => array(),
'dev_requirement' => false,
),
'robrichards/xmlseclibs' => array(
'pretty_version' => '3.1.1',
'version' => '3.1.1.0',
'reference' => 'f8f19e58f26cdb42c54b214ff8a820760292f8df',
'type' => 'library',
'install_path' => __DIR__ . '/../robrichards/xmlseclibs',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/deprecation-contracts' => array(
'pretty_version' => 'v2.1.3',
'version' => '2.1.3.0',
'reference' => '5e20b83385a77593259c9f8beb2c43cd03b2ac14',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/polyfill-ctype' => array(
'pretty_version' => 'v1.18.1',
'version' => '1.18.1.0',
'reference' => '1c302646f6efc070cd46856e600e5e0684d6b454',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/yaml' => array(
'pretty_version' => 'v5.1.3',
'version' => '5.1.3.0',
'reference' => 'ea342353a3ef4f453809acc4ebc55382231d4d23',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/yaml',
'aliases' => array(),
'dev_requirement' => false,
),
'zabbix/ui' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ae751a552708d42a31b2073ca859c3c5db8690ab',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);
|