Skip to content
Snippets Groups Projects
Commit 44e74e9a authored by catch's avatar catch
Browse files

Back to dev.

parent ca754c0b
No related branches found
No related tags found
9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
......@@ -667,7 +667,7 @@
},
{
"name": "drupal/core",
"version": "8.9.4",
"version": "8.9.x-dev",
"dist": {
"type": "path",
"url": "core",
......@@ -901,7 +901,7 @@
},
{
"name": "drupal/core-project-message",
"version": "8.9.4",
"version": "8.9.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
......@@ -934,7 +934,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "8.9.4",
"version": "8.9.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
......@@ -6929,7 +6929,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": [],
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "8.9.4",
"drupal/core": "8.9.x-dev",
"asm89/stack-cors": "1.3.0",
"composer/semver": "1.5.1",
"doctrine/annotations": "v1.4.0",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "8.9.4",
"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",
......
......@@ -82,7 +82,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '8.9.4';
const VERSION = '8.9.5-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