Subversion Repositories oidplus

Rev

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

Rev 1105 Rev 1111
Line 286... Line 286...
286
            "version": "dev-master",
286
            "version": "dev-master",
287
            "version_normalized": "dev-master",
287
            "version_normalized": "dev-master",
288
            "source": {
288
            "source": {
289
                "type": "git",
289
                "type": "git",
290
                "url": "https://github.com/danielmarschall/php_utils.git",
290
                "url": "https://github.com/danielmarschall/php_utils.git",
291
                "reference": "11ea6163db866fcda8bc0a4275626739a1a0d50d"
291
                "reference": "8dd83ee571da1002bc606b27d9e4ba0e3a1e54c5"
292
            },
292
            },
293
            "dist": {
293
            "dist": {
294
                "type": "zip",
294
                "type": "zip",
295
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/11ea6163db866fcda8bc0a4275626739a1a0d50d",
295
                "url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/8dd83ee571da1002bc606b27d9e4ba0e3a1e54c5",
296
                "reference": "11ea6163db866fcda8bc0a4275626739a1a0d50d",
296
                "reference": "8dd83ee571da1002bc606b27d9e4ba0e3a1e54c5",
297
                "shasum": ""
297
                "shasum": ""
298
            },
298
            },
299
            "require": {
299
            "require": {
300
                "php": ">=7.0"
300
                "php": ">=7.0"
301
            },
301
            },
302
            "time": "2023-02-28T22:48:27+00:00",
302
            "time": "2023-03-03T11:19:41+00:00",
303
            "default-branch": true,
303
            "default-branch": true,
304
            "type": "library",
304
            "type": "library",
305
            "installation-source": "dist",
305
            "installation-source": "dist",
306
            "notification-url": "https://packagist.org/downloads/",
306
            "notification-url": "https://packagist.org/downloads/",
307
            "license": [
307
            "license": [
Line 772... Line 772...
772
            "version": "3.0.x-dev",
772
            "version": "3.0.x-dev",
773
            "version_normalized": "3.0.9999999.9999999-dev",
773
            "version_normalized": "3.0.9999999.9999999-dev",
774
            "source": {
774
            "source": {
775
                "type": "git",
775
                "type": "git",
776
                "url": "https://github.com/phpseclib/phpseclib.git",
776
                "url": "https://github.com/phpseclib/phpseclib.git",
777
                "reference": "3b6030d8875a93b9e7d1592e270436fc4ea91295"
777
                "reference": "6298d1cd55c3ffa44533bd41906caec246b60440"
778
            },
778
            },
779
            "dist": {
779
            "dist": {
780
                "type": "zip",
780
                "type": "zip",
781
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3b6030d8875a93b9e7d1592e270436fc4ea91295",
781
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/6298d1cd55c3ffa44533bd41906caec246b60440",
782
                "reference": "3b6030d8875a93b9e7d1592e270436fc4ea91295",
782
                "reference": "6298d1cd55c3ffa44533bd41906caec246b60440",
783
                "shasum": ""
783
                "shasum": ""
784
            },
784
            },
785
            "require": {
785
            "require": {
786
                "paragonie/constant_time_encoding": "^1|^2",
786
                "paragonie/constant_time_encoding": "^1|^2",
787
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
787
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
Line 795... Line 795...
795
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
795
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
796
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
796
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
797
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
797
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
798
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
798
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
799
            },
799
            },
800
            "time": "2023-02-12T04:28:10+00:00",
800
            "time": "2023-03-02T09:25:08+00:00",
801
            "type": "library",
801
            "type": "library",
802
            "installation-source": "dist",
802
            "installation-source": "dist",
803
            "autoload": {
803
            "autoload": {
804
                "files": [
804
                "files": [
805
                    "phpseclib/bootstrap.php"
805
                    "phpseclib/bootstrap.php"