Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1465 → Rev 1466

/trunk/vendor/composer/installed.json
837,12 → 837,12
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "8f3a66547a020c799cd4d2a5ea1933f055eb3b90"
"reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/8f3a66547a020c799cd4d2a5ea1933f055eb3b90",
"reference": "8f3a66547a020c799cd4d2a5ea1933f055eb3b90",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
"reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
"shasum": ""
},
"require": {
860,7 → 860,7
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
},
"time": "2024-02-08T04:43:03+00:00",
"time": "2024-03-03T02:14:58+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
1181,23 → 1181,23
},
{
"name": "twbs/bootstrap",
"version": "v5.3.2",
"version_normalized": "5.3.2.0",
"version": "v5.3.3",
"version_normalized": "5.3.3.0",
"source": {
"type": "git",
"url": "https://github.com/twbs/bootstrap.git",
"reference": "344e912d04b5b6a04482113eff20ab416ff01048"
"reference": "6e1f75f420f68e1d52733b8e407fc7c3766c9dba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/344e912d04b5b6a04482113eff20ab416ff01048",
"reference": "344e912d04b5b6a04482113eff20ab416ff01048",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/6e1f75f420f68e1d52733b8e407fc7c3766c9dba",
"reference": "6e1f75f420f68e1d52733b8e407fc7c3766c9dba",
"shasum": ""
},
"replace": {
"twitter/bootstrap": "self.version"
},
"time": "2023-09-14T14:19:27+00:00",
"time": "2024-02-20T15:14:29+00:00",
"type": "library",
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
1228,7 → 1228,7
],
"support": {
"issues": "https://github.com/twbs/bootstrap/issues",
"source": "https://github.com/twbs/bootstrap/tree/v5.3.2"
"source": "https://github.com/twbs/bootstrap/tree/v5.3.3"
},
"install-path": "../twbs/bootstrap"
},
/trunk/vendor/composer/installed.php
3,7 → 3,7
'name' => 'danielmarschall/oidplus',
'pretty_version' => '2.0',
'version' => '2.0.0.0',
'reference' => NULL,
'reference' => null,
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
64,7 → 64,7
'danielmarschall/oidplus' => array(
'pretty_version' => '2.0',
'version' => '2.0.0.0',
'reference' => NULL,
'reference' => null,
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
189,7 → 189,7
'phpseclib/phpseclib' => array(
'pretty_version' => '3.0.x-dev',
'version' => '3.0.9999999.9999999-dev',
'reference' => '8f3a66547a020c799cd4d2a5ea1933f055eb3b90',
'reference' => 'cfa2013d0f68c062055180dd4328cc8b9d1f30b8',
'type' => 'library',
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
'aliases' => array(),
243,9 → 243,9
'dev_requirement' => false,
),
'twbs/bootstrap' => array(
'pretty_version' => 'v5.3.2',
'version' => '5.3.2.0',
'reference' => '344e912d04b5b6a04482113eff20ab416ff01048',
'pretty_version' => 'v5.3.3',
'version' => '5.3.3.0',
'reference' => '6e1f75f420f68e1d52733b8e407fc7c3766c9dba',
'type' => 'library',
'install_path' => __DIR__ . '/../twbs/bootstrap',
'aliases' => array(),
263,7 → 263,7
'twitter/bootstrap' => array(
'dev_requirement' => false,
'replaced' => array(
0 => 'v5.3.2',
0 => 'v5.3.3',
),
),
'vakata/jstree' => array(