Subversion Repositories oidplus

Rev

Rev 1470 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1470 Rev 1471
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": "ad30e67d0092009d14b50d23f3d4e33bbec4ff52"
395
                "reference": "de10e9b484a3eca02db1d0ea69d68561a52ad895"
396
            },
396
            },
397
            "dist": {
397
            "dist": {
398
                "type": "zip",
398
                "type": "zip",
399
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/ad30e67d0092009d14b50d23f3d4e33bbec4ff52",
399
                "url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/de10e9b484a3eca02db1d0ea69d68561a52ad895",
400
                "reference": "ad30e67d0092009d14b50d23f3d4e33bbec4ff52",
400
                "reference": "de10e9b484a3eca02db1d0ea69d68561a52ad895",
401
                "shasum": ""
401
                "shasum": ""
402
            },
402
            },
403
            "require": {
403
            "require": {
404
                "php": ">=7.0"
404
                "php": ">=7.0"
405
            },
405
            },
406
            "time": "2024-04-05T00:44:32+00:00",
406
            "time": "2024-04-16T13:21:30+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": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
840
                "reference": "f7f9831bec65fdcfe4f3332cffe454da0e3f22f7"
841
            },
841
            },
842
            "dist": {
842
            "dist": {
843
                "type": "zip",
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
844
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f7f9831bec65fdcfe4f3332cffe454da0e3f22f7",
845
                "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
845
                "reference": "f7f9831bec65fdcfe4f3332cffe454da0e3f22f7",
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": "2024-03-03T02:14:58+00:00",
863
            "time": "2024-04-13T22:51:45+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"