Verified Commit 7a7152db authored by Dave Long's avatar Dave Long
Browse files

revert: #3365985 Promote justinrainbow/json-schema from dev-dependency to full dependency

parent 7e006440
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,7 @@
        "drupal/core": "self.version",
        "drupal/core-project-message": "self.version",
        "drupal/core-recipe-unpack": "self.version",
        "drupal/core-vendor-hardening": "self.version",
        "justinrainbow/json-schema": "^5.2 || ^6.5.2"
        "drupal/core-vendor-hardening": "self.version"
    },
    "conflict": {
        "dealerdirect/phpcodesniffer-composer-installer": "1.1.0"
@@ -25,6 +24,7 @@
        "colinodell/psr-testlogger": "^1.2",
        "composer/composer": "^2.8.1",
        "drupal/coder": "^8.3.30",
        "justinrainbow/json-schema": "^5.2 || ^6.5.2",
        "lullabot/mink-selenium2-driver": "^1.7.3",
        "lullabot/php-webdriver": "^2.0.7",
        "mglaman/phpstan-drupal": "^1.3.9 || ^2.0.9",
+149 −149
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "855de461ff1badd0f802cb4f67378d57",
    "content-hash": "2756c8c95f496894093c683e582e398e",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -1068,154 +1068,6 @@
            ],
            "time": "2025-08-23T21:21:41+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "6.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/jsonrainbow/json-schema.git",
                "reference": "fd8e5c6b1badb998844ad34ce0abcd71a0aeb396"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fd8e5c6b1badb998844ad34ce0abcd71a0aeb396",
                "reference": "fd8e5c6b1badb998844ad34ce0abcd71a0aeb396",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "marc-mabe/php-enum": "^4.0",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.3.0",
                "json-schema/json-schema-test-suite": "^23.2",
                "marc-mabe/php-enum-phpstan": "^2.0",
                "phpspec/prophecy": "^1.19",
                "phpstan/phpstan": "^1.12",
                "phpunit/phpunit": "^8.5"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/jsonrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "support": {
                "issues": "https://github.com/jsonrainbow/json-schema/issues",
                "source": "https://github.com/jsonrainbow/json-schema/tree/6.6.1"
            },
            "time": "2025-11-07T18:30:29+00:00"
        },
        {
            "name": "marc-mabe/php-enum",
            "version": "v4.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/marc-mabe/php-enum.git",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "shasum": ""
            },
            "require": {
                "ext-reflection": "*",
                "php": "^7.1 | ^8.0"
            },
            "require-dev": {
                "phpbench/phpbench": "^0.16.10 || ^1.0.4",
                "phpstan/phpstan": "^1.3.1",
                "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
                "vimeo/psalm": "^4.17.0 | ^5.26.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.2-dev",
                    "dev-master": "4.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "MabeEnum\\": "src/"
                },
                "classmap": [
                    "stubs/Stringable.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Marc Bennewitz",
                    "email": "dev@mabe.berlin",
                    "homepage": "https://mabe.berlin/",
                    "role": "Lead"
                }
            ],
            "description": "Simple and fast implementation of enumerations with native PHP",
            "homepage": "https://github.com/marc-mabe/php-enum",
            "keywords": [
                "enum",
                "enum-map",
                "enum-set",
                "enumeration",
                "enumerator",
                "enummap",
                "enumset",
                "map",
                "set",
                "type",
                "type-hint",
                "typehint"
            ],
            "support": {
                "issues": "https://github.com/marc-mabe/php-enum/issues",
                "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.2"
            },
            "time": "2025-09-14T11:18:39+00:00"
        },
        {
            "name": "masterminds/html5",
            "version": "2.10.0",
@@ -5961,6 +5813,81 @@
            },
            "time": "2025-11-12T21:58:05+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "6.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/jsonrainbow/json-schema.git",
                "reference": "134e98916fa2f663afa623970af345cd788e8967"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/134e98916fa2f663afa623970af345cd788e8967",
                "reference": "134e98916fa2f663afa623970af345cd788e8967",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "marc-mabe/php-enum": "^4.4",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.3.0",
                "json-schema/json-schema-test-suite": "^23.2",
                "marc-mabe/php-enum-phpstan": "^2.0",
                "phpspec/prophecy": "^1.19",
                "phpstan/phpstan": "^1.12",
                "phpunit/phpunit": "^8.5"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/jsonrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "support": {
                "issues": "https://github.com/jsonrainbow/json-schema/issues",
                "source": "https://github.com/jsonrainbow/json-schema/tree/6.6.3"
            },
            "time": "2025-12-02T10:21:33+00:00"
        },
        {
            "name": "lullabot/mink-selenium2-driver",
            "version": "v1.7.4",
@@ -6081,6 +6008,79 @@
            },
            "time": "2025-08-13T15:27:58+00:00"
        },
        {
            "name": "marc-mabe/php-enum",
            "version": "v4.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/marc-mabe/php-enum.git",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "shasum": ""
            },
            "require": {
                "ext-reflection": "*",
                "php": "^7.1 | ^8.0"
            },
            "require-dev": {
                "phpbench/phpbench": "^0.16.10 || ^1.0.4",
                "phpstan/phpstan": "^1.3.1",
                "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
                "vimeo/psalm": "^4.17.0 | ^5.26.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.2-dev",
                    "dev-master": "4.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "MabeEnum\\": "src/"
                },
                "classmap": [
                    "stubs/Stringable.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Marc Bennewitz",
                    "email": "dev@mabe.berlin",
                    "homepage": "https://mabe.berlin/",
                    "role": "Lead"
                }
            ],
            "description": "Simple and fast implementation of enumerations with native PHP",
            "homepage": "https://github.com/marc-mabe/php-enum",
            "keywords": [
                "enum",
                "enum-map",
                "enum-set",
                "enumeration",
                "enumerator",
                "enummap",
                "enumset",
                "map",
                "set",
                "type",
                "type-hint",
                "typehint"
            ],
            "support": {
                "issues": "https://github.com/marc-mabe/php-enum/issues",
                "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.2"
            },
            "time": "2025-09-14T11:18:39+00:00"
        },
        {
            "name": "mglaman/phpstan-drupal",
            "version": "2.0.10",
+0 −2
Original line number Diff line number Diff line
@@ -15,8 +15,6 @@
        "guzzlehttp/guzzle": "~7.10.0",
        "guzzlehttp/promises": "~2.3.0",
        "guzzlehttp/psr7": "~2.8.0",
        "justinrainbow/json-schema": "~6.6.1",
        "marc-mabe/php-enum": "~v4.7.2",
        "masterminds/html5": "~2.10.0",
        "mck89/peast": "~v1.17.4",
        "pear/archive_tar": "~1.6.0",
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
        "colinodell/psr-testlogger": "^1.2",
        "composer/composer": "^2.8.1",
        "drupal/coder": "^8.3.30",
        "justinrainbow/json-schema": "^5.2 || ^6.5.2",
        "lullabot/mink-selenium2-driver": "^1.7.3",
        "lullabot/php-webdriver": "^2.0.7",
        "mglaman/phpstan-drupal": "^1.3.9 || ^2.0.9",
+2 −0
Original line number Diff line number Diff line
@@ -24,8 +24,10 @@
        "doctrine/instantiator": "2.0.0",
        "drupal/coder": "8.3.31",
        "google/protobuf": "v4.33.1",
        "justinrainbow/json-schema": "6.6.3",
        "lullabot/mink-selenium2-driver": "v1.7.4",
        "lullabot/php-webdriver": "v2.0.7",
        "marc-mabe/php-enum": "v4.7.2",
        "mglaman/phpstan-drupal": "2.0.10",
        "micheh/phpcs-gitlab": "2.1.0",
        "mikey179/vfsstream": "v1.6.12",