Skip to content

Commit

Permalink
Drupal 10.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
quietone committed Dec 6, 2023
1 parent a848e05 commit bceae7b
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 23 deletions.
12 changes: 4 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer/Metapackage/CoreRecommended/composer.json
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.1.x-dev",
"drupal/core": "10.1.7",
"asm89/stack-cors": "~v2.1.1",
"composer/semver": "~3.3.2",
"doctrine/annotations": "~1.14.3",
Expand Down
2 changes: 1 addition & 1 deletion composer/Metapackage/PinnedDevDependencies/composer.json
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.1.x-dev",
"drupal/core": "10.1.7",
"behat/mink": "v1.10.0",
"behat/mink-browserkit-driver": "v2.1.0",
"behat/mink-selenium2-driver": "v1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion composer/Template/LegacyProject/composer.json
Expand Up @@ -27,7 +27,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion composer/Template/RecommendedProject/composer.json
Expand Up @@ -26,7 +26,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal.php
Expand Up @@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '10.1.7-dev';
const VERSION = '10.1.7';

/**
* Core API compatibility.
Expand Down
6 changes: 3 additions & 3 deletions core/lib/Drupal/Component/Annotation/composer.json
Expand Up @@ -9,9 +9,9 @@
"require": {
"php": ">=8.1.0",
"doctrine/annotations": "^1.14",
"drupal/core-file-cache": "10.1.x-dev",
"drupal/core-plugin": "10.1.x-dev",
"drupal/core-utility": "10.1.x-dev"
"drupal/core-file-cache": "^10.1",
"drupal/core-plugin": "^10.1",
"drupal/core-utility": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/Datetime/composer.json
Expand Up @@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-utility": "10.1.x-dev"
"drupal/core-utility": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions core/lib/Drupal/Component/Discovery/composer.json
Expand Up @@ -8,8 +8,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-file-cache": "10.1.x-dev",
"drupal/core-serialization": "10.1.x-dev"
"drupal/core-file-cache": "^10.1",
"drupal/core-serialization": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/FrontMatter/composer.json
Expand Up @@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-serialization": "10.1.x-dev"
"drupal/core-serialization": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/Gettext/composer.json
Expand Up @@ -9,7 +9,7 @@
},
"require": {
"php": ">=8.1.0",
"drupal/core-render": "10.1.x-dev"
"drupal/core-render": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/PhpStorage/composer.json
Expand Up @@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-file-security": "10.1.x-dev"
"drupal/core-file-security": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/Render/composer.json
Expand Up @@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-utility": "10.1.x-dev"
"drupal/core-utility": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bceae7b

Please sign in to comment.