Skip to content
Snippets Groups Projects
Verified Commit 73f91919 authored by Dave Long's avatar Dave Long
Browse files

Drupal 11.1.6

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