Skip to content
Snippets Groups Projects
Unverified Commit c9c39665 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3490698 by catch, spokje: Bump MINIMUM_STABILITY back to 'stable' when...

Issue #3490698 by catch, spokje: Bump MINIMUM_STABILITY back to 'stable' when php-tuf/composer-stager has an official release
parent 91de3017
Branches
Tags
12 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!5423Draft: Resolve #3329907 "Test2",!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3478Issue #3337882: Deleted menus are not removed from content type config,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #370724 passed with warnings
Pipeline: drupal

#370763

    Pipeline: drupal

    #370753

      Pipeline: drupal

      #370743

        +4
        ...@@ -1460,16 +1460,16 @@ ...@@ -1460,16 +1460,16 @@
        }, },
        { {
        "name": "php-tuf/composer-stager", "name": "php-tuf/composer-stager",
        "version": "v2.0.0-rc6", "version": "v2.0.0",
        "source": { "source": {
        "type": "git", "type": "git",
        "url": "https://github.com/php-tuf/composer-stager.git", "url": "https://github.com/php-tuf/composer-stager.git",
        "reference": "5ab70d1529d6e7d64598a7c473d5044dce4de87e" "reference": "abaf3e26110199d999e5bf8f6086ddeeef011c22"
        }, },
        "dist": { "dist": {
        "type": "zip", "type": "zip",
        "url": "https://api.github.com/repos/php-tuf/composer-stager/zipball/5ab70d1529d6e7d64598a7c473d5044dce4de87e", "url": "https://api.github.com/repos/php-tuf/composer-stager/zipball/abaf3e26110199d999e5bf8f6086ddeeef011c22",
        "reference": "5ab70d1529d6e7d64598a7c473d5044dce4de87e", "reference": "abaf3e26110199d999e5bf8f6086ddeeef011c22",
        "shasum": "" "shasum": ""
        }, },
        "require": { "require": {
        ...@@ -1485,16 +1485,11 @@ ...@@ -1485,16 +1485,11 @@
        }, },
        "require-dev": { "require-dev": {
        "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
        "infection/infection": "^0.27.0 || ^0.28.0 || ^0.29.0", "ext-simplexml": "*",
        "phpbench/phpbench": "^1.2",
        "phpro/grumphp-shim": "^2.0",
        "phpspec/prophecy": "^1.17", "phpspec/prophecy": "^1.17",
        "phpspec/prophecy-phpunit": "^2.0", "phpspec/prophecy-phpunit": "^2.0",
        "phpstan/extension-installer": "^1.3",
        "phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
        "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "^10.5.19",
        "phpunit/phpunit": "^9.6",
        "rector/rector": "^0.17.5 || ^0.18.0 || ^0.19.0 || ^1.0.0",
        "slevomat/coding-standard": "^8.13", "slevomat/coding-standard": "^8.13",
        "squizlabs/php_codesniffer": "^3.7", "squizlabs/php_codesniffer": "^3.7",
        "symfony/config": "^6.3", "symfony/config": "^6.3",
        ...@@ -1508,9 +1503,6 @@ ...@@ -1508,9 +1503,6 @@
        }, },
        "type": "library", "type": "library",
        "extra": { "extra": {
        "grumphp": {
        "disable-plugin": true
        },
        "branch-alias": { "branch-alias": {
        "dev-develop": "2.x-dev" "dev-develop": "2.x-dev"
        } }
        ...@@ -1537,7 +1529,7 @@ ...@@ -1537,7 +1529,7 @@
        "issues": "https://github.com/php-tuf/composer-stager/issues", "issues": "https://github.com/php-tuf/composer-stager/issues",
        "source": "https://github.com/php-tuf/composer-stager" "source": "https://github.com/php-tuf/composer-stager"
        }, },
        "time": "2024-11-19T18:37:52+00:00" "time": "2024-12-16T11:15:45+00:00"
        }, },
        { {
        "name": "psr/cache", "name": "psr/cache",
        ......
        ...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
        "pear/console_getopt": "~v1.4.3", "pear/console_getopt": "~v1.4.3",
        "pear/pear-core-minimal": "~v1.10.16", "pear/pear-core-minimal": "~v1.10.16",
        "pear/pear_exception": "~v1.0.2", "pear/pear_exception": "~v1.0.2",
        "php-tuf/composer-stager": "~v2.0.0-rc6", "php-tuf/composer-stager": "~v2.0.0",
        "psr/cache": "~3.0.0", "psr/cache": "~3.0.0",
        "psr/container": "~2.0.2", "psr/container": "~2.0.2",
        "psr/event-dispatcher": "~1.0.0", "psr/event-dispatcher": "~1.0.0",
        ......
        ...@@ -32,7 +32,7 @@ class ComposerProjectTemplatesTest extends ComposerBuildTestBase { ...@@ -32,7 +32,7 @@ class ComposerProjectTemplatesTest extends ComposerBuildTestBase {
        * *
        * @see https://getcomposer.org/doc/04-schema.md#minimum-stability * @see https://getcomposer.org/doc/04-schema.md#minimum-stability
        */ */
        protected const MINIMUM_STABILITY = 'RC'; protected const MINIMUM_STABILITY = 'stable';
        /** /**
        * The order of stability strings from least stable to most stable. * The order of stability strings from least stable to most stable.
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment