Commit 175ad2a6 authored by catch's avatar catch
Browse files

Back to dev.

parent b05c9630
Loading
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -492,7 +492,7 @@
        },
        {
            "name": "drupal/core",
            "version": "10.4.0-rc1",
            "version": "10.4.x-dev",
            "dist": {
                "type": "path",
                "url": "core",
@@ -653,7 +653,7 @@
        },
        {
            "name": "drupal/core-project-message",
            "version": "10.4.0-rc1",
            "version": "10.4.x-dev",
            "dist": {
                "type": "path",
                "url": "composer/Plugin/ProjectMessage",
@@ -686,7 +686,7 @@
        },
        {
            "name": "drupal/core-vendor-hardening",
            "version": "10.4.0-rc1",
            "version": "10.4.x-dev",
            "dist": {
                "type": "path",
                "url": "composer/Plugin/VendorHardening",
@@ -9994,11 +9994,15 @@
    ],
    "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": [],
    "platform-dev": [],
    "platform": {},
    "platform-dev": {},
    "platform-overrides": {
        "php": "8.1.0"
    },
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        "webflo/drupal-core-strict": "*"
    },
    "require": {
        "drupal/core": "10.4.0-rc1",
        "drupal/core": "10.4.x-dev",
        "asm89/stack-cors": "~v2.2.0",
        "composer/semver": "~3.4.3",
        "doctrine/annotations": "~1.14.4",
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        "webflo/drupal-core-require-dev": "*"
    },
    "require": {
        "drupal/core": "10.4.0-rc1",
        "drupal/core": "10.4.x-dev",
        "behat/mink": "v1.12.0",
        "behat/mink-browserkit-driver": "v2.2.0",
        "brick/math": "0.12.1",
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "RC",
    "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": "RC",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
Loading