Skip to content
Snippets Groups Projects
Commit 9a30265c authored by Ted Bowman's avatar Ted Bowman
Browse files

Contrib: update minimum stager version -...

Contrib: update minimum stager version - project/automatic_updates@c6a3e784
parent 24f56be6
No related branches found
No related tags found
No related merge requests found
Pipeline #151071 failed
Pipeline: drupal-3411111

#151076

    ...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
    "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
    "This file is @generated automatically" "This file is @generated automatically"
    ], ],
    "content-hash": "7033803d9382729f982fd06b4b8603de", "content-hash": "3e957ec8ac0c1966bee18b5a3f1ef4f7",
    "packages": [ "packages": [
    { {
    "name": "asm89/stack-cors", "name": "asm89/stack-cors",
    ...@@ -495,7 +495,7 @@ ...@@ -495,7 +495,7 @@
    "dist": { "dist": {
    "type": "path", "type": "path",
    "url": "core", "url": "core",
    "reference": "f758c463dfd66e22065bee3da8109e7006253411" "reference": "771323cdd862d53a8300de8b9ce8c8b222f6cbee"
    }, },
    "require": { "require": {
    "asm89/stack-cors": "^2.1", "asm89/stack-cors": "^2.1",
    ...@@ -523,9 +523,10 @@ ...@@ -523,9 +523,10 @@
    "mck89/peast": "^1.14", "mck89/peast": "^1.14",
    "pear/archive_tar": "^1.4.14", "pear/archive_tar": "^1.4.14",
    "php": ">=8.3.0", "php": ">=8.3.0",
    "php-tuf/composer-stager": "^2-rc1",
    "psr/log": "^3.0", "psr/log": "^3.0",
    "sebastian/diff": "^4|^5", "sebastian/diff": "^4|^5",
    "symfony/console": "^7.0", "symfony/console": "^7",
    "symfony/dependency-injection": "^7.0", "symfony/dependency-injection": "^7.0",
    "symfony/event-dispatcher": "^7.0", "symfony/event-dispatcher": "^7.0",
    "symfony/filesystem": "^7.0", "symfony/filesystem": "^7.0",
    ...@@ -1453,6 +1454,83 @@ ...@@ -1453,6 +1454,83 @@
    }, },
    "time": "2021-03-21T15:43:46+00:00" "time": "2021-03-21T15:43:46+00:00"
    }, },
    {
    "name": "php-tuf/composer-stager",
    "version": "v2.0.0-rc1",
    "source": {
    "type": "git",
    "url": "https://github.com/php-tuf/composer-stager.git",
    "reference": "eaba6e55ee1c1dfce0bf337d1aaca54726e64ca7"
    },
    "dist": {
    "type": "zip",
    "url": "https://api.github.com/repos/php-tuf/composer-stager/zipball/eaba6e55ee1c1dfce0bf337d1aaca54726e64ca7",
    "reference": "eaba6e55ee1c1dfce0bf337d1aaca54726e64ca7",
    "shasum": ""
    },
    "require": {
    "ext-json": "*",
    "php": ">=8.1.0",
    "symfony/filesystem": "^6.2 || ^7.0",
    "symfony/process": "^6.2 || ^7.0",
    "symfony/translation-contracts": "^3.1"
    },
    "require-dev": {
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "infection/infection": "^0.27.0 || ^0.28.0",
    "phpbench/phpbench": "^1.2",
    "phpro/grumphp-shim": "^2.0",
    "phpspec/prophecy": "^1.17",
    "phpspec/prophecy-phpunit": "^2.0",
    "phpstan/extension-installer": "^1.3",
    "phpstan/phpstan": "^1.10",
    "phpstan/phpstan-strict-rules": "^1.5",
    "phpunit/phpunit": "^9.6",
    "rector/rector": "^0.17.5 || ^0.18.0 || ^0.19.0 || ^1.0.0",
    "slevomat/coding-standard": "^8.13",
    "squizlabs/php_codesniffer": "^3.7",
    "symfony/config": "^6.3",
    "symfony/dependency-injection": "^6.3",
    "symfony/yaml": "^6.3",
    "thecodingmachine/phpstan-strict-rules": "^1.0"
    },
    "suggest": {
    "symfony/dependency-injection": "For dependency injection",
    "symfony/translation": "For internationalization tools"
    },
    "type": "library",
    "extra": {
    "branch-alias": {
    "dev-develop": "2.x-dev"
    },
    "grumphp": {
    "disable-plugin": true
    }
    },
    "autoload": {
    "psr-4": {
    "PhpTuf\\ComposerStager\\": "src/"
    }
    },
    "notification-url": "https://packagist.org/downloads/",
    "license": [
    "MIT"
    ],
    "authors": [
    {
    "name": "Travis Carden",
    "email": "travis.carden@gmail.com",
    "role": "Developer"
    }
    ],
    "description": "Stages Composer commands so they can be safely run on a production codebase.",
    "homepage": "https://github.com/php-tuf/composer-stager",
    "support": {
    "issues": "https://github.com/php-tuf/composer-stager/issues",
    "source": "https://github.com/php-tuf/composer-stager"
    },
    "time": "2024-04-17T21:28:52+00:00"
    },
    { {
    "name": "psr/cache", "name": "psr/cache",
    "version": "3.0.0", "version": "3.0.0",
    ...@@ -8994,6 +9072,81 @@ ...@@ -8994,6 +9072,81 @@
    ], ],
    "time": "2024-01-23T15:02:46+00:00" "time": "2024-01-23T15:02:46+00:00"
    }, },
    {
    "name": "symfony/config",
    "version": "v7.0.6",
    "source": {
    "type": "git",
    "url": "https://github.com/symfony/config.git",
    "reference": "7fc7e18a73ec8125fd95928c0340470d64760deb"
    },
    "dist": {
    "type": "zip",
    "url": "https://api.github.com/repos/symfony/config/zipball/7fc7e18a73ec8125fd95928c0340470d64760deb",
    "reference": "7fc7e18a73ec8125fd95928c0340470d64760deb",
    "shasum": ""
    },
    "require": {
    "php": ">=8.2",
    "symfony/deprecation-contracts": "^2.5|^3",
    "symfony/filesystem": "^6.4|^7.0",
    "symfony/polyfill-ctype": "~1.8"
    },
    "conflict": {
    "symfony/finder": "<6.4",
    "symfony/service-contracts": "<2.5"
    },
    "require-dev": {
    "symfony/event-dispatcher": "^6.4|^7.0",
    "symfony/finder": "^6.4|^7.0",
    "symfony/messenger": "^6.4|^7.0",
    "symfony/service-contracts": "^2.5|^3",
    "symfony/yaml": "^6.4|^7.0"
    },
    "type": "library",
    "autoload": {
    "psr-4": {
    "Symfony\\Component\\Config\\": ""
    },
    "exclude-from-classmap": [
    "/Tests/"
    ]
    },
    "notification-url": "https://packagist.org/downloads/",
    "license": [
    "MIT"
    ],
    "authors": [
    {
    "name": "Fabien Potencier",
    "email": "fabien@symfony.com"
    },
    {
    "name": "Symfony Community",
    "homepage": "https://symfony.com/contributors"
    }
    ],
    "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
    "homepage": "https://symfony.com",
    "support": {
    "source": "https://github.com/symfony/config/tree/v7.0.6"
    },
    "funding": [
    {
    "url": "https://symfony.com/sponsor",
    "type": "custom"
    },
    {
    "url": "https://github.com/fabpot",
    "type": "github"
    },
    {
    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    "type": "tidelift"
    }
    ],
    "time": "2024-03-27T19:55:25+00:00"
    },
    { {
    "name": "symfony/css-selector", "name": "symfony/css-selector",
    "version": "v7.0.3", "version": "v7.0.3",
    ......
    ...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
    "psr/log": "^3.0", "psr/log": "^3.0",
    "mck89/peast": "^1.14", "mck89/peast": "^1.14",
    "sebastian/diff": "^4|^5", "sebastian/diff": "^4|^5",
    "php-tuf/composer-stager": "^2-beta4" "php-tuf/composer-stager": "^2-rc1"
    }, },
    "conflict": { "conflict": {
    "drush/drush": "<12.4.3" "drush/drush": "<12.4.3"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment