Commit 6eb899d4 authored by Jess's avatar Jess
Browse files

Back to dev.

parent c55012c9
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@
        },
        {
            "name": "drupal/core",
            "version": "9.0.7",
            "version": "9.0.x-dev",
            "dist": {
                "type": "path",
                "url": "core",
@@ -728,7 +728,7 @@
        },
        {
            "name": "drupal/core-project-message",
            "version": "9.0.7",
            "version": "9.0.x-dev",
            "dist": {
                "type": "path",
                "url": "composer/Plugin/ProjectMessage",
@@ -761,7 +761,7 @@
        },
        {
            "name": "drupal/core-vendor-hardening",
            "version": "9.0.7",
            "version": "9.0.x-dev",
            "dist": {
                "type": "path",
                "url": "composer/Plugin/VendorHardening",
@@ -7100,10 +7100,14 @@
    ],
    "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": [],
    "plugin-api-version": "2.0.0"
    "plugin-api-version": "1.1.0"
}
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        "webflo/drupal-core-strict": "*"
    },
    "require": {
        "drupal/core": "9.0.7",
        "drupal/core": "9.0.x-dev",
        "asm89/stack-cors": "1.3.0",
        "composer/semver": "1.5.1",
        "doctrine/annotations": "1.10.3",
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        "webflo/drupal-core-require-dev": "*"
    },
    "require": {
        "drupal/core": "9.0.7",
        "drupal/core": "9.0.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
@@ -80,7 +80,7 @@ class Drupal {
  /**
   * The current system version.
   */
  const VERSION = '9.0.7';
  const VERSION = '9.0.8-dev';

  /**
   * Core API compatibility.