Skip to content

Commit

Permalink
Drupal 9.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
catch committed Mar 1, 2023
1 parent b322bbb commit d48ad31
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/Drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '9.5.4-dev';
const VERSION = '9.5.4';

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

0 comments on commit d48ad31

Please sign in to comment.