Verified Commit a38f0f91 authored by quietone's avatar quietone
Browse files

Back to dev.

parent 65a73e8f
Loading
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -413,7 +413,7 @@
        },
        {
            "name": "drupal/core",
            "version": "10.6.2",
            "version": "10.6.x-dev",
            "dist": {
                "type": "path",
                "url": "core",
@@ -575,7 +575,7 @@
        },
        {
            "name": "drupal/core-project-message",
            "version": "10.6.2",
            "version": "10.6.x-dev",
            "dist": {
                "type": "path",
                "url": "composer/Plugin/ProjectMessage",
@@ -608,7 +608,7 @@
        },
        {
            "name": "drupal/core-vendor-hardening",
            "version": "10.6.2",
            "version": "10.6.x-dev",
            "dist": {
                "type": "path",
                "url": "composer/Plugin/VendorHardening",
@@ -10203,7 +10203,11 @@
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {},
    "stability-flags": {
        "drupal/core": 20,
        "drupal/core-project-message": 20,
        "drupal/core-vendor-hardening": 20
    },
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {},
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        "webflo/drupal-core-strict": "*"
    },
    "require": {
        "drupal/core": "10.6.2",
        "drupal/core": "10.6.x-dev",
        "asm89/stack-cors": "~v2.3.0",
        "composer/semver": "~3.4.4",
        "doctrine/deprecations": "~1.1.5",
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        "webflo/drupal-core-require-dev": "*"
    },
    "require": {
        "drupal/core": "10.6.2",
        "drupal/core": "10.6.x-dev",
        "behat/mink": "v1.13.0",
        "behat/mink-browserkit-driver": "v2.3.0",
        "brick/math": "0.13.1",
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "stable",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "stable",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
Loading