Subversion Repositories oidplus

Rev

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

Rev 1037 Rev 1042
Line 514... Line 514...
514
            ],
514
            ],
515
            "install-path": "../gedmarc/layout"
515
            "install-path": "../gedmarc/layout"
516
        },
516
        },
517
        {
517
        {
518
            "name": "matthiasmullie/minify",
518
            "name": "matthiasmullie/minify",
519
            "version": "1.3.69",
519
            "version": "1.3.70",
520
            "version_normalized": "1.3.69.0",
520
            "version_normalized": "1.3.70.0",
521
            "source": {
521
            "source": {
522
                "type": "git",
522
                "type": "git",
523
                "url": "https://github.com/matthiasmullie/minify.git",
523
                "url": "https://github.com/matthiasmullie/minify.git",
524
                "reference": "a61c949cccd086808063611ef9698eabe42ef22f"
524
                "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b"
525
            },
525
            },
526
            "dist": {
526
            "dist": {
527
                "type": "zip",
527
                "type": "zip",
528
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/a61c949cccd086808063611ef9698eabe42ef22f",
528
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/2807d9f9bece6877577ad44acb5c801bb3ae536b",
529
                "reference": "a61c949cccd086808063611ef9698eabe42ef22f",
529
                "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b",
530
                "shasum": ""
530
                "shasum": ""
531
            },
531
            },
532
            "require": {
532
            "require": {
533
                "ext-pcre": "*",
533
                "ext-pcre": "*",
534
                "matthiasmullie/path-converter": "~1.1",
534
                "matthiasmullie/path-converter": "~1.1",
535
                "php": ">=5.3.0"
535
                "php": ">=5.3.0"
536
            },
536
            },
537
            "require-dev": {
537
            "require-dev": {
538
                "friendsofphp/php-cs-fixer": "~2.0",
538
                "friendsofphp/php-cs-fixer": ">=2.0",
539
                "matthiasmullie/scrapbook": "dev-master",
539
                "matthiasmullie/scrapbook": ">=1.3",
540
                "phpunit/phpunit": ">=4.8"
540
                "phpunit/phpunit": ">=4.8",
-
 
541
                "squizlabs/php_codesniffer": ">=3.0"
541
            },
542
            },
542
            "suggest": {
543
            "suggest": {
543
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
544
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
544
            },
545
            },
545
            "time": "2022-08-01T09:00:18+00:00",
546
            "time": "2022-12-09T12:56:44+00:00",
546
            "bin": [
547
            "bin": [
547
                "bin/minifycss",
548
                "bin/minifycss",
548
                "bin/minifyjs"
549
                "bin/minifyjs"
549
            ],
550
            ],
550
            "type": "library",
551
            "type": "library",
Line 560... Line 561...
560
            ],
561
            ],
561
            "authors": [
562
            "authors": [
562
                {
563
                {
563
                    "name": "Matthias Mullie",
564
                    "name": "Matthias Mullie",
564
                    "email": "minify@mullie.eu",
565
                    "email": "minify@mullie.eu",
565
                    "homepage": "http://www.mullie.eu",
566
                    "homepage": "https://www.mullie.eu",
566
                    "role": "Developer"
567
                    "role": "Developer"
567
                }
568
                }
568
            ],
569
            ],
569
            "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
570
            "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
570
            "homepage": "http://www.minifier.org",
571
            "homepage": "https://github.com/matthiasmullie/minify",
571
            "keywords": [
572
            "keywords": [
572
                "JS",
573
                "JS",
573
                "css",
574
                "css",
574
                "javascript",
575
                "javascript",
575
                "minifier",
576
                "minifier",
576
                "minify"
577
                "minify"
577
            ],
578
            ],
578
            "support": {
579
            "support": {
579
                "issues": "https://github.com/matthiasmullie/minify/issues",
580
                "issues": "https://github.com/matthiasmullie/minify/issues",
580
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.69"
581
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.70"
581
            },
582
            },
582
            "funding": [
583
            "funding": [
583
                {
584
                {
584
                    "url": "https://github.com/matthiasmullie",
585
                    "url": "https://github.com/matthiasmullie",
585
                    "type": "github"
586
                    "type": "github"
Line 766... Line 767...
766
            },
767
            },
767
            "install-path": "../paragonie/random_compat"
768
            "install-path": "../paragonie/random_compat"
768
        },
769
        },
769
        {
770
        {
770
            "name": "phpseclib/phpseclib",
771
            "name": "phpseclib/phpseclib",
771
            "version": "3.0.14",
772
            "version": "3.0.x-dev",
772
            "version_normalized": "3.0.14.0",
773
            "version_normalized": "3.0.9999999.9999999-dev",
773
            "source": {
774
            "source": {
774
                "type": "git",
775
                "type": "git",
775
                "url": "https://github.com/phpseclib/phpseclib.git",
776
                "url": "https://github.com/phpseclib/phpseclib.git",
776
                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
777
                "reference": "8568af7f9bd6487c3283a24d7b546f9b30597cb9"
777
            },
778
            },
778
            "dist": {
779
            "dist": {
779
                "type": "zip",
780
                "type": "zip",
780
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
781
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/8568af7f9bd6487c3283a24d7b546f9b30597cb9",
781
                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
782
                "reference": "8568af7f9bd6487c3283a24d7b546f9b30597cb9",
782
                "shasum": ""
783
                "shasum": ""
783
            },
784
            },
784
            "require": {
785
            "require": {
785
                "paragonie/constant_time_encoding": "^1|^2",
786
                "paragonie/constant_time_encoding": "^1|^2",
786
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
787
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
Line 788... Line 789...
788
            },
789
            },
789
            "require-dev": {
790
            "require-dev": {
790
                "phpunit/phpunit": "*"
791
                "phpunit/phpunit": "*"
791
            },
792
            },
792
            "suggest": {
793
            "suggest": {
-
 
794
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
793
                "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.",
794
                "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.",
795
                "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.",
796
                "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."
797
            },
799
            },
798
            "time": "2022-04-04T05:15:45+00:00",
800
            "time": "2022-12-07T14:38:06+00:00",
799
            "type": "library",
801
            "type": "library",
800
            "installation-source": "dist",
802
            "installation-source": "dist",
801
            "autoload": {
803
            "autoload": {
802
                "files": [
804
                "files": [
803
                    "phpseclib/bootstrap.php"
805
                    "phpseclib/bootstrap.php"
Line 858... Line 860...
858
                "x.509",
860
                "x.509",
859
                "x509"
861
                "x509"
860
            ],
862
            ],
861
            "support": {
863
            "support": {
862
                "issues": "https://github.com/phpseclib/phpseclib/issues",
864
                "issues": "https://github.com/phpseclib/phpseclib/issues",
863
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14"
865
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0"
864
            },
866
            },
865
            "funding": [
867
            "funding": [
866
                {
868
                {
867
                    "url": "https://github.com/terrafrost",
869
                    "url": "https://github.com/terrafrost",
868
                    "type": "github"
870
                    "type": "github"
Line 998... Line 1000...
998
            "version": "5.x-dev",
1000
            "version": "5.x-dev",
999
            "version_normalized": "5.9999999.9999999.9999999-dev",
1001
            "version_normalized": "5.9999999.9999999.9999999-dev",
1000
            "source": {
1002
            "source": {
1001
                "type": "git",
1003
                "type": "git",
1002
                "url": "https://github.com/tinymce/tinymce-dist.git",
1004
                "url": "https://github.com/tinymce/tinymce-dist.git",
1003
                "reference": "8ba44292a57da4c06463e50ae54a4e82a071c6d1"
1005
                "reference": "f078d8eb7de81f20d34b2ae4326870d20e22d4ff"
1004
            },
1006
            },
1005
            "dist": {
1007
            "dist": {
1006
                "type": "zip",
1008
                "type": "zip",
1007
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/8ba44292a57da4c06463e50ae54a4e82a071c6d1",
1009
                "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/f078d8eb7de81f20d34b2ae4326870d20e22d4ff",
1008
                "reference": "8ba44292a57da4c06463e50ae54a4e82a071c6d1",
1010
                "reference": "f078d8eb7de81f20d34b2ae4326870d20e22d4ff",
1009
                "shasum": ""
1011
                "shasum": ""
1010
            },
1012
            },
1011
            "time": "2022-10-19T02:16:29+00:00",
1013
            "time": "2022-12-07T03:50:54+00:00",
1012
            "type": "component",
1014
            "type": "component",
1013
            "extra": {
1015
            "extra": {
1014
                "component": {
1016
                "component": {
1015
                    "scripts": [
1017
                    "scripts": [
1016
                        "tinymce.js",
1018
                        "tinymce.js",
Line 1047... Line 1049...
1047
                "text",
1049
                "text",
1048
                "tinymce",
1050
                "tinymce",
1049
                "wysiwyg"
1051
                "wysiwyg"
1050
            ],
1052
            ],
1051
            "support": {
1053
            "support": {
1052
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.6"
1054
                "source": "https://github.com/tinymce/tinymce-dist/tree/5.10.7"
1053
            },
1055
            },
1054
            "install-path": "../tinymce/tinymce"
1056
            "install-path": "../tinymce/tinymce"
1055
        },
1057
        },
1056
        {
1058
        {
1057
            "name": "twbs/bootstrap",
1059
            "name": "twbs/bootstrap",