Subversion Repositories oidplus

Rev

Rev 1334 | Rev 1339 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1334 Rev 1336
Line 390... Line 390...
390
            "version": "dev-master",
390
            "version": "dev-master",
391
            "version_normalized": "dev-master",
391
            "version_normalized": "dev-master",
392
            "source": {
392
            "source": {
393
                "type": "git",
393
                "type": "git",
394
                "url": "https://github.com/danielmarschall/uuid_mac_utils.git",
394
                "url": "https://github.com/danielmarschall/uuid_mac_utils.git",
395
                "reference": "7f6b3d2d81026530e4866723b0c8fd3c56627574"
395
                "reference": "c543e45a3ee94d8cfbc251c118543caa5dce5c1b"
396
            },
396
            },
397
            "dist": {
397
            "dist": {
398
                "type": "zip",
398
                "type": "zip",
399
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/7f6b3d2d81026530e4866723b0c8fd3c56627574",
399
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/c543e45a3ee94d8cfbc251c118543caa5dce5c1b",
400
                "reference": "7f6b3d2d81026530e4866723b0c8fd3c56627574",
400
                "reference": "c543e45a3ee94d8cfbc251c118543caa5dce5c1b",
401
                "shasum": ""
401
                "shasum": ""
402
            },
402
            },
403
            "require": {
403
            "require": {
404
                "php": ">=7.0"
404
                "php": ">=7.0"
405
            },
405
            },
406
            "time": "2023-07-15T22:54:54+00:00",
406
            "time": "2023-07-22T21:36:19+00:00",
407
            "default-branch": true,
407
            "default-branch": true,
408
            "type": "library",
408
            "type": "library",
409
            "installation-source": "dist",
409
            "installation-source": "dist",
410
            "notification-url": "https://packagist.org/downloads/",
410
            "notification-url": "https://packagist.org/downloads/",
411
            "license": [
411
            "license": [
Line 835... Line 835...
835
            "version": "3.0.x-dev",
835
            "version": "3.0.x-dev",
836
            "version_normalized": "3.0.9999999.9999999-dev",
836
            "version_normalized": "3.0.9999999.9999999-dev",
837
            "source": {
837
            "source": {
838
                "type": "git",
838
                "type": "git",
839
                "url": "https://github.com/phpseclib/phpseclib.git",
839
                "url": "https://github.com/phpseclib/phpseclib.git",
840
                "reference": "75c1d376718a27bea8e6ee42787d9868597baca2"
840
                "reference": "718503af3346d101d228b8b27c3726ad0d97c8c5"
841
            },
841
            },
842
            "dist": {
842
            "dist": {
843
                "type": "zip",
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/75c1d376718a27bea8e6ee42787d9868597baca2",
844
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/718503af3346d101d228b8b27c3726ad0d97c8c5",
845
                "reference": "75c1d376718a27bea8e6ee42787d9868597baca2",
845
                "reference": "718503af3346d101d228b8b27c3726ad0d97c8c5",
846
                "shasum": ""
846
                "shasum": ""
847
            },
847
            },
848
            "require": {
848
            "require": {
849
                "paragonie/constant_time_encoding": "^1|^2",
849
                "paragonie/constant_time_encoding": "^1|^2",
850
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
850
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
Line 858... Line 858...
858
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
858
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
859
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
859
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
860
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
860
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
861
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
861
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
862
            },
862
            },
863
            "time": "2023-07-09T15:35:20+00:00",
863
            "time": "2023-07-20T00:28:21+00:00",
864
            "type": "library",
864
            "type": "library",
865
            "installation-source": "dist",
865
            "installation-source": "dist",
866
            "autoload": {
866
            "autoload": {
867
                "files": [
867
                "files": [
868
                    "phpseclib/bootstrap.php"
868
                    "phpseclib/bootstrap.php"