Subversion Repositories oidplus

Rev

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

Rev 1438 Rev 1439
Line 348... Line 348...
348
            "version": "dev-master",
348
            "version": "dev-master",
349
            "version_normalized": "dev-master",
349
            "version_normalized": "dev-master",
350
            "source": {
350
            "source": {
351
                "type": "git",
351
                "type": "git",
352
                "url": "https://github.com/danielmarschall/php_utils.git",
352
                "url": "https://github.com/danielmarschall/php_utils.git",
353
                "reference": "06a97168b4b7a9726581decf7d75dc5b077b71a6"
353
                "reference": "29f3e9fc900fa6a06de15e8eabdc860a49ce5c76"
354
            },
354
            },
355
            "dist": {
355
            "dist": {
356
                "type": "zip",
356
                "type": "zip",
357
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/06a97168b4b7a9726581decf7d75dc5b077b71a6",
357
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/29f3e9fc900fa6a06de15e8eabdc860a49ce5c76",
358
                "reference": "06a97168b4b7a9726581decf7d75dc5b077b71a6",
358
                "reference": "29f3e9fc900fa6a06de15e8eabdc860a49ce5c76",
359
                "shasum": ""
359
                "shasum": ""
360
            },
360
            },
361
            "require": {
361
            "require": {
362
                "ext-zlib": "*",
362
                "ext-zlib": "*",
363
                "php": ">=7.0"
363
                "php": ">=7.0"
364
            },
364
            },
365
            "time": "2023-09-30T19:29:58+00:00",
365
            "time": "2023-11-30T21:53:37+00:00",
366
            "default-branch": true,
366
            "default-branch": true,
367
            "type": "library",
367
            "type": "library",
368
            "installation-source": "dist",
368
            "installation-source": "dist",
369
            "notification-url": "https://packagist.org/downloads/",
369
            "notification-url": "https://packagist.org/downloads/",
370
            "license": [
370
            "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": "c21db263b0b65116532684e6e3674dd2b9ceac18"
840
                "reference": "56c79f16a6ae17e42089c06a2144467acc35348a"
841
            },
841
            },
842
            "dist": {
842
            "dist": {
843
                "type": "zip",
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c21db263b0b65116532684e6e3674dd2b9ceac18",
844
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/56c79f16a6ae17e42089c06a2144467acc35348a",
845
                "reference": "c21db263b0b65116532684e6e3674dd2b9ceac18",
845
                "reference": "56c79f16a6ae17e42089c06a2144467acc35348a",
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-11-12T15:02:35+00:00",
863
            "time": "2023-11-27T11:13:31+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"