Skip to:
Content

BuddyPress.org

Changeset 13252


Ignore:
Timestamp:
02/25/2022 08:14:15 PM (3 years ago)
Author:
imath
Message:

Generate composer.lock using composer install

See #8628

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/unit-tests.yml

    r13250 r13252  
    5858        with:
    5959          composer-options: "--ignore-platform-reqs"
    60           dependency-versions: "lowest"
    6160
    6261      - name: Adjust wp-phpunit version
  • trunk/composer.json

    r13250 r13252  
    3636        "squizlabs/php_codesniffer" : "^3.5.4",
    3737        "wp-coding-standards/wpcs": "*",
    38         "wp-phpunit/wp-phpunit": "^5.9.1",
     38        "wp-phpunit/wp-phpunit": "^5.9",
    3939        "phpunit/phpunit": "^7.5"
    4040    }
  • trunk/composer.lock

    r13251 r13252  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "a06a252f086e4a94cf154f2f654e3822",
     7    "content-hash": "b0a805505a9fe51a655f7b41f1152eed",
    88    "packages": [
    99        {
    1010            "name": "composer/installers",
    11             "version": "v1.11.0",
     11            "version": "v1.12.0",
    1212            "source": {
    1313                "type": "git",
    1414                "url": "https://github.com/composer/installers.git",
    15                 "reference": "ae03311f45dfe194412081526be2e003960df74b"
    16             },
    17             "dist": {
    18                 "type": "zip",
    19                 "url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
    20                 "reference": "ae03311f45dfe194412081526be2e003960df74b",
     15                "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
     16            },
     17            "dist": {
     18                "type": "zip",
     19                "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
     20                "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
    2121                "shasum": ""
    2222            },
     
    117117                "moodle",
    118118                "osclass",
     119                "pantheon",
    119120                "phpbb",
    120121                "piwik",
     
    139140            "support": {
    140141                "issues": "https://github.com/composer/installers/issues",
    141                 "source": "https://github.com/composer/installers/tree/v1.11.0"
     142                "source": "https://github.com/composer/installers/tree/v1.12.0"
    142143            },
    143144            "funding": [
     
    155156                }
    156157            ],
    157             "time": "2021-04-28T06:42:17+00:00"
     158            "time": "2021-09-13T08:19:44+00:00"
    158159        }
    159160    ],
     
    161162        {
    162163            "name": "dealerdirect/phpcodesniffer-composer-installer",
    163             "version": "v0.7.1",
     164            "version": "v0.7.2",
    164165            "source": {
    165166                "type": "git",
    166167                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
    167                 "reference": "fe390591e0241955f22eb9ba327d137e501c771c"
    168             },
    169             "dist": {
    170                 "type": "zip",
    171                 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
    172                 "reference": "fe390591e0241955f22eb9ba327d137e501c771c",
     168                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
     169            },
     170            "dist": {
     171                "type": "zip",
     172                "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
     173                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
    173174                "shasum": ""
    174175            },
     
    176177                "composer-plugin-api": "^1.0 || ^2.0",
    177178                "php": ">=5.3",
    178                 "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
     179                "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
    179180            },
    180181            "require-dev": {
    181182                "composer/composer": "*",
    182                 "phpcompatibility/php-compatibility": "^9.0",
    183                 "sensiolabs/security-checker": "^4.1.0"
     183                "php-parallel-lint/php-parallel-lint": "^1.3.1",
     184                "phpcompatibility/php-compatibility": "^9.0"
    184185            },
    185186            "type": "composer-plugin",
     
    202203                    "homepage": "http://www.frenck.nl",
    203204                    "role": "Developer / IT Manager"
     205                },
     206                {
     207                    "name": "Contributors",
     208                    "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
    204209                }
    205210            ],
     
    213218                "composer",
    214219                "installer",
     220                "phpcbf",
    215221                "phpcs",
    216222                "plugin",
     
    227233                "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
    228234            },
    229             "time": "2020-12-07T18:04:37+00:00"
     235            "time": "2022-02-04T12:51:07+00:00"
    230236        },
    231237        {
     
    325331            "type": "library",
    326332            "autoload": {
     333                "files": [
     334                    "src/DeepCopy/deep_copy.php"
     335                ],
    327336                "psr-4": {
    328337                    "DeepCopy\\": "src/DeepCopy/"
    329                 },
    330                 "files": [
    331                     "src/DeepCopy/deep_copy.php"
    332                 ]
     338                }
    333339            },
    334340            "notification-url": "https://packagist.org/downloads/",
     
    586592        {
    587593            "name": "phpcompatibility/phpcompatibility-wp",
    588             "version": "2.1.1",
     594            "version": "2.1.3",
    589595            "source": {
    590596                "type": "git",
    591597                "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
    592                 "reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e"
    593             },
    594             "dist": {
    595                 "type": "zip",
    596                 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e",
    597                 "reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e",
     598                "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308"
     599            },
     600            "dist": {
     601                "type": "zip",
     602                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/d55de55f88697b9cdb94bccf04f14eb3b11cf308",
     603                "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308",
    598604                "shasum": ""
    599605            },
     
    636642                "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
    637643            },
    638             "time": "2021-02-15T12:58:46+00:00"
     644            "time": "2021-12-30T16:37:40+00:00"
    639645        },
    640646        {
     
    693699        {
    694700            "name": "phpdocumentor/reflection-docblock",
    695             "version": "5.2.2",
     701            "version": "5.3.0",
    696702            "source": {
    697703                "type": "git",
    698704                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    699                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
    700             },
    701             "dist": {
    702                 "type": "zip",
    703                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
    704                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
     705                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
     706            },
     707            "dist": {
     708                "type": "zip",
     709                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
     710                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
    705711                "shasum": ""
    706712            },
     
    713719            },
    714720            "require-dev": {
    715                 "mockery/mockery": "~1.3.2"
     721                "mockery/mockery": "~1.3.2",
     722                "psalm/phar": "^4.8"
    716723            },
    717724            "type": "library",
     
    743750            "support": {
    744751                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
    745                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
    746             },
    747             "time": "2020-09-03T19:13:55+00:00"
     752                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
     753            },
     754            "time": "2021-10-19T17:43:47+00:00"
    748755        },
    749756        {
    750757            "name": "phpdocumentor/type-resolver",
    751             "version": "1.4.0",
     758            "version": "1.6.0",
    752759            "source": {
    753760                "type": "git",
    754761                "url": "https://github.com/phpDocumentor/TypeResolver.git",
    755                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
    756             },
    757             "dist": {
    758                 "type": "zip",
    759                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
    760                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
     762                "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706"
     763            },
     764            "dist": {
     765                "type": "zip",
     766                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706",
     767                "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706",
    761768                "shasum": ""
    762769            },
     
    766773            },
    767774            "require-dev": {
    768                 "ext-tokenizer": "*"
     775                "ext-tokenizer": "*",
     776                "psalm/phar": "^4.8"
    769777            },
    770778            "type": "library",
     
    792800            "support": {
    793801                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
    794                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
    795             },
    796             "time": "2020-09-17T18:55:26+00:00"
     802                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0"
     803            },
     804            "time": "2022-01-04T19:58:01+00:00"
    797805        },
    798806        {
    799807            "name": "phpspec/prophecy",
    800             "version": "1.13.0",
     808            "version": "v1.15.0",
    801809            "source": {
    802810                "type": "git",
    803811                "url": "https://github.com/phpspec/prophecy.git",
    804                 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
    805             },
    806             "dist": {
    807                 "type": "zip",
    808                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
    809                 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
     812                "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
     813            },
     814            "dist": {
     815                "type": "zip",
     816                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
     817                "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
    810818                "shasum": ""
    811819            },
    812820            "require": {
    813821                "doctrine/instantiator": "^1.2",
    814                 "php": "^7.2 || ~8.0, <8.1",
     822                "php": "^7.2 || ~8.0, <8.2",
    815823                "phpdocumentor/reflection-docblock": "^5.2",
    816824                "sebastian/comparator": "^3.0 || ^4.0",
     
    818826            },
    819827            "require-dev": {
    820                 "phpspec/phpspec": "^6.0",
     828                "phpspec/phpspec": "^6.0 || ^7.0",
    821829                "phpunit/phpunit": "^8.0 || ^9.0"
    822830            },
     
    824832            "extra": {
    825833                "branch-alias": {
    826                     "dev-master": "1.11.x-dev"
     834                    "dev-master": "1.x-dev"
    827835                }
    828836            },
     
    859867            "support": {
    860868                "issues": "https://github.com/phpspec/prophecy/issues",
    861                 "source": "https://github.com/phpspec/prophecy/tree/1.13.0"
    862             },
    863             "time": "2021-03-17T13:42:18+00:00"
     869                "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
     870            },
     871            "time": "2021-12-08T12:19:24+00:00"
    864872        },
    865873        {
     
    932940        {
    933941            "name": "phpunit/php-file-iterator",
    934             "version": "2.0.3",
     942            "version": "2.0.5",
    935943            "source": {
    936944                "type": "git",
    937945                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    938                 "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357"
    939             },
    940             "dist": {
    941                 "type": "zip",
    942                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357",
    943                 "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357",
     946                "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
     947            },
     948            "dist": {
     949                "type": "zip",
     950                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
     951                "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
    944952                "shasum": ""
    945953            },
     
    980988            "support": {
    981989                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
    982                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.3"
     990                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
    983991            },
    984992            "funding": [
     
    988996                }
    989997            ],
    990             "time": "2020-11-30T08:25:21+00:00"
     998            "time": "2021-12-02T12:42:26+00:00"
    991999        },
    9921000        {
     
    10961104        {
    10971105            "name": "phpunit/php-token-stream",
    1098             "version": "3.1.2",
     1106            "version": "3.1.3",
    10991107            "source": {
    11001108                "type": "git",
    11011109                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
    1102                 "reference": "472b687829041c24b25f475e14c2f38a09edf1c2"
    1103             },
    1104             "dist": {
    1105                 "type": "zip",
    1106                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/472b687829041c24b25f475e14c2f38a09edf1c2",
    1107                 "reference": "472b687829041c24b25f475e14c2f38a09edf1c2",
     1110                "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
     1111            },
     1112            "dist": {
     1113                "type": "zip",
     1114                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
     1115                "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
    11081116                "shasum": ""
    11091117            },
     
    11431151            "support": {
    11441152                "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
    1145                 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.2"
     1153                "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
    11461154            },
    11471155            "funding": [
     
    11521160            ],
    11531161            "abandoned": true,
    1154             "time": "2020-11-30T08:38:46+00:00"
     1162            "time": "2021-07-26T12:15:06+00:00"
    11551163        },
    11561164        {
     
    15021510        {
    15031511            "name": "sebastian/exporter",
    1504             "version": "3.1.3",
     1512            "version": "3.1.4",
    15051513            "source": {
    15061514                "type": "git",
    15071515                "url": "https://github.com/sebastianbergmann/exporter.git",
    1508                 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
    1509             },
    1510             "dist": {
    1511                 "type": "zip",
    1512                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
    1513                 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
     1516                "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
     1517            },
     1518            "dist": {
     1519                "type": "zip",
     1520                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
     1521                "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
    15141522                "shasum": ""
    15151523            },
     
    15201528            "require-dev": {
    15211529                "ext-mbstring": "*",
    1522                 "phpunit/phpunit": "^6.0"
     1530                "phpunit/phpunit": "^8.5"
    15231531            },
    15241532            "type": "library",
     
    15671575            "support": {
    15681576                "issues": "https://github.com/sebastianbergmann/exporter/issues",
    1569                 "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3"
     1577                "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4"
    15701578            },
    15711579            "funding": [
     
    15751583                }
    15761584            ],
    1577             "time": "2020-11-30T07:47:53+00:00"
     1585            "time": "2021-11-11T13:51:24+00:00"
    15781586        },
    15791587        {
     
    19081916        {
    19091917            "name": "squizlabs/php_codesniffer",
    1910             "version": "3.6.0",
     1918            "version": "3.6.2",
    19111919            "source": {
    19121920                "type": "git",
    19131921                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    1914                 "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
    1915             },
    1916             "dist": {
    1917                 "type": "zip",
    1918                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
    1919                 "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
     1922                "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
     1923            },
     1924            "dist": {
     1925                "type": "zip",
     1926                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
     1927                "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
    19201928                "shasum": ""
    19211929            },
     
    19601968                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
    19611969            },
    1962             "time": "2021-04-09T00:54:41+00:00"
     1970            "time": "2021-12-12T21:44:58+00:00"
    19631971        },
    19641972        {
    19651973            "name": "symfony/polyfill-ctype",
    1966             "version": "v1.22.1",
     1974            "version": "v1.24.0",
    19671975            "source": {
    19681976                "type": "git",
    19691977                "url": "https://github.com/symfony/polyfill-ctype.git",
    1970                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
    1971             },
    1972             "dist": {
    1973                 "type": "zip",
    1974                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
    1975                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
     1978                "reference": "30885182c981ab175d4d034db0f6f469898070ab"
     1979            },
     1980            "dist": {
     1981                "type": "zip",
     1982                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
     1983                "reference": "30885182c981ab175d4d034db0f6f469898070ab",
    19761984                "shasum": ""
    19771985            },
    19781986            "require": {
    19791987                "php": ">=7.1"
     1988            },
     1989            "provide": {
     1990                "ext-ctype": "*"
    19801991            },
    19811992            "suggest": {
     
    19851996            "extra": {
    19861997                "branch-alias": {
    1987                     "dev-main": "1.22-dev"
     1998                    "dev-main": "1.23-dev"
    19881999                },
    19892000                "thanks": {
     
    19932004            },
    19942005            "autoload": {
     2006                "files": [
     2007                    "bootstrap.php"
     2008                ],
    19952009                "psr-4": {
    19962010                    "Symfony\\Polyfill\\Ctype\\": ""
    1997                 },
    1998                 "files": [
    1999                     "bootstrap.php"
    2000                 ]
     2011                }
    20012012            },
    20022013            "notification-url": "https://packagist.org/downloads/",
     
    20232034            ],
    20242035            "support": {
    2025                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
     2036                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
    20262037            },
    20272038            "funding": [
     
    20392050                }
    20402051            ],
    2041             "time": "2021-01-07T16:49:33+00:00"
     2052            "time": "2021-10-20T20:35:02+00:00"
    20422053        },
    20432054        {
    20442055            "name": "theseer/tokenizer",
    2045             "version": "1.2.0",
     2056            "version": "1.2.1",
    20462057            "source": {
    20472058                "type": "git",
    20482059                "url": "https://github.com/theseer/tokenizer.git",
    2049                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
    2050             },
    2051             "dist": {
    2052                 "type": "zip",
    2053                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
    2054                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
     2060                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
     2061            },
     2062            "dist": {
     2063                "type": "zip",
     2064                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
     2065                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
    20552066                "shasum": ""
    20562067            },
     
    20812092            "support": {
    20822093                "issues": "https://github.com/theseer/tokenizer/issues",
    2083                 "source": "https://github.com/theseer/tokenizer/tree/master"
     2094                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
    20842095            },
    20852096            "funding": [
     
    20892100                }
    20902101            ],
    2091             "time": "2020-07-12T23:59:07+00:00"
     2102            "time": "2021-07-28T10:34:58+00:00"
    20922103        },
    20932104        {
     
    22022213        {
    22032214            "name": "wp-phpunit/wp-phpunit",
    2204             "version": "5.7.2",
     2215            "version": "5.9.1",
    22052216            "source": {
    22062217                "type": "git",
    22072218                "url": "https://github.com/wp-phpunit/wp-phpunit.git",
    2208                 "reference": "5ab77c1e1328e9bee65f60c246e33b13fc202375"
    2209             },
    2210             "dist": {
    2211                 "type": "zip",
    2212                 "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/5ab77c1e1328e9bee65f60c246e33b13fc202375",
    2213                 "reference": "5ab77c1e1328e9bee65f60c246e33b13fc202375",
     2219                "reference": "ceece1ed4f2d0732c4a4f2603f4376d85547a50f"
     2220            },
     2221            "dist": {
     2222                "type": "zip",
     2223                "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/ceece1ed4f2d0732c4a4f2603f4376d85547a50f",
     2224                "reference": "ceece1ed4f2d0732c4a4f2603f4376d85547a50f",
    22142225                "shasum": ""
    22152226            },
     
    22462257                "source": "https://github.com/wp-phpunit/wp-phpunit"
    22472258            },
    2248             "time": "2021-03-10T17:57:07+00:00"
     2259            "time": "2022-02-22T20:53:17+00:00"
    22492260        }
    22502261    ],
     
    22582269    },
    22592270    "platform-dev": [],
    2260     "plugin-api-version": "2.0.0"
     2271    "plugin-api-version": "2.1.0"
    22612272}
  • trunk/npm-shrinkwrap.json

    r13249 r13252  
    1313                "@wordpress/babel-preset-default": "~6.3.2",
    1414                "@wordpress/browserslist-config": "~4.1.0",
    15                 "@wordpress/env": "^4.1.1",
     15                "@wordpress/env": "^4.2.2",
    1616                "@wordpress/stylelint-config": "~19.1.0",
    1717                "autoprefixer": "^9.8.6",
Note: See TracChangeset for help on using the changeset viewer.