Commit ac09eeff authored by catch's avatar catch
Browse files

Back to dev.

parent 9bea9306
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -667,7 +667,7 @@
        },
        {
            "name": "drupal/core",
            "version": "8.9.8",
            "version": "8.9.x-dev",
            "dist": {
                "type": "path",
                "url": "core",
@@ -901,7 +901,7 @@
        },
        {
            "name": "drupal/core-project-message",
            "version": "8.9.8",
            "version": "8.9.x-dev",
            "dist": {
                "type": "path",
                "url": "composer/Plugin/ProjectMessage",
@@ -934,7 +934,7 @@
        },
        {
            "name": "drupal/core-vendor-hardening",
            "version": "8.9.8",
            "version": "8.9.x-dev",
            "dist": {
                "type": "path",
                "url": "composer/Plugin/VendorHardening",
@@ -6930,7 +6930,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": "8.9.8",
        "drupal/core": "8.9.x-dev",
        "asm89/stack-cors": "1.3.0",
        "composer/semver": "1.5.1",
        "doctrine/annotations": "v1.4.0",
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        "webflo/drupal-core-require-dev": "*"
    },
    "require": {
        "drupal/core": "8.9.8",
        "drupal/core": "8.9.x-dev",
        "behat/mink": "v1.8.1",
        "behat/mink-browserkit-driver": "v1.3.4",
        "behat/mink-goutte-driver": "v1.2.1",
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ class Drupal {
  /**
   * The current system version.
   */
  const VERSION = '8.9.8';
  const VERSION = '8.9.9-dev';

  /**
   * Core API compatibility.