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

Drupal 11.1.8

parent 74a477bc
No related branches found
No related tags found
No related merge requests found
Pipeline #515597 failed
Showing
with 22 additions and 26 deletions
......@@ -492,7 +492,7 @@
},
{
"name": "drupal/core",
"version": "11.1.x-dev",
"version": "11.1.8",
"dist": {
"type": "path",
"url": "core",
......@@ -657,7 +657,7 @@
},
{
"name": "drupal/core-project-message",
"version": "11.1.x-dev",
"version": "11.1.8",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
......@@ -690,7 +690,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "11.1.x-dev",
"version": "11.1.8",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
......@@ -9853,15 +9853,11 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-vendor-hardening": 20
},
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"platform": [],
"platform-dev": [],
"platform-overrides": {
"php": "8.3.0"
},
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "11.1.x-dev",
"drupal/core": "11.1.8",
"asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.3",
"doctrine/annotations": "~2.0.2",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "11.1.x-dev",
"drupal/core": "11.1.8",
"behat/mink": "v1.12.0",
"behat/mink-browserkit-driver": "v2.2.0",
"brick/math": "0.12.1",
......
......@@ -27,7 +27,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
......
......@@ -26,7 +26,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
......
......@@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '11.1.8-dev';
const VERSION = '11.1.8';
/**
* Core API compatibility.
......
......@@ -10,10 +10,10 @@
"php": ">=8.3.0",
"doctrine/annotations": "^2.0",
"doctrine/lexer": "^2.0",
"drupal/core-class-finder": "11.1.x-dev",
"drupal/core-file-cache": "11.1.x-dev",
"drupal/core-plugin": "11.1.x-dev",
"drupal/core-utility": "11.1.x-dev"
"drupal/core-class-finder": "^11.1",
"drupal/core-file-cache": "^11.1",
"drupal/core-plugin": "^11.1",
"drupal/core-utility": "^11.1"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-utility": "11.1.x-dev"
"drupal/core-utility": "^11.1"
},
"autoload": {
"psr-4": {
......
......@@ -8,8 +8,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-file-cache": "11.1.x-dev",
"drupal/core-serialization": "11.1.x-dev"
"drupal/core-file-cache": "^11.1",
"drupal/core-serialization": "^11.1"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-serialization": "11.1.x-dev"
"drupal/core-serialization": "^11.1"
},
"autoload": {
"psr-4": {
......
......@@ -9,7 +9,7 @@
},
"require": {
"php": ">=8.3.0",
"drupal/core-render": "11.1.x-dev"
"drupal/core-render": "^11.1"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-file-security": "11.1.x-dev"
"drupal/core-file-security": "^11.1"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-utility": "11.1.x-dev"
"drupal/core-utility": "^11.1"
},
"autoload": {
"psr-4": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment