Skip to content
Snippets Groups Projects
Commit f2c6af66 authored by Jess's avatar Jess
Browse files

Back to dev.

parent 1e7dfe0d
No related branches found
No related tags found
6 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards
......@@ -451,7 +451,7 @@
},
{
"name": "drupal/core",
"version": "9.0.0-alpha1",
"version": "9.0.x-dev",
"dist": {
"type": "path",
"url": "core",
......@@ -682,11 +682,11 @@
},
{
"name": "drupal/core-project-message",
"version": "9.0.0-alpha1",
"version": "9.0.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
"reference": "0691ca6beba657e6da57a893b1c6da757d16afc8"
"reference": "3b795f469441eb27854798f70cb38e717d80bbfc"
},
"require": {
"composer-plugin-api": "^1.1",
......@@ -712,7 +712,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "9.0.0-alpha1",
"version": "9.0.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
......@@ -4099,6 +4099,9 @@
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
......@@ -6525,6 +6528,9 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-vendor-hardening": 20,
"behat/mink": 20,
"behat/mink-selenium2-driver": 20
},
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "9.0.0-alpha1",
"drupal/core": "9.0.x-dev",
"asm89/stack-cors": "1.3.0",
"composer/installers": "v1.7.0",
"composer/semver": "1.5.1",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "9.0.0-alpha1",
"drupal/core": "9.0.x-dev",
"behat/mink": "1.8.0 | 1.7.1.1 | 1.7.x-dev",
"behat/mink-browserkit-driver": "1.3.3",
"behat/mink-goutte-driver": "v1.2.1",
......
......@@ -81,7 +81,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '9.0.0-alpha1';
const VERSION = '9.0.0-dev';
/**
* Core API compatibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment