Skip to content

Commit

Permalink
Drupal 10.1.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
longwave committed May 15, 2023
1 parent dfa33ef commit d4e8f88
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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 = '10.1.0-dev';
const VERSION = '10.1.0-beta1';

/**
* Core API compatibility.
Expand Down
8 changes: 4 additions & 4 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": ">=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.0-beta1",
"drupal/core-plugin": "10.1.0-beta1",
"drupal/core-utility": "10.1.0-beta1"
},
"autoload": {
"psr-4": {
Expand All @@ -23,5 +23,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "beta"
}
4 changes: 2 additions & 2 deletions 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": ">=8.1.0",
"drupal/core-utility": "10.1.x-dev"
"drupal/core-utility": "10.1.0-beta1"
},
"autoload": {
"psr-4": {
Expand All @@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "beta"
}
6 changes: 3 additions & 3 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": ">=8.1.0",
"drupal/core-file-cache": "10.1.x-dev",
"drupal/core-serialization": "10.1.x-dev"
"drupal/core-file-cache": "10.1.0-beta1",
"drupal/core-serialization": "10.1.0-beta1"
},
"autoload": {
"psr-4": {
Expand All @@ -21,5 +21,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "beta"
}
4 changes: 2 additions & 2 deletions 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": ">=8.1.0",
"drupal/core-serialization": "10.1.x-dev"
"drupal/core-serialization": "10.1.0-beta1"
},
"autoload": {
"psr-4": {
Expand All @@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "beta"
}
4 changes: 2 additions & 2 deletions lib/Drupal/Component/Gettext/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require": {
"php": ">=8.1.0",
"drupal/core-render": "10.1.x-dev"
"drupal/core-render": "10.1.0-beta1"
},
"autoload": {
"psr-4": {
Expand All @@ -21,5 +21,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "beta"
}
4 changes: 2 additions & 2 deletions 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": ">=8.1.0",
"drupal/core-file-security": "10.1.x-dev"
"drupal/core-file-security": "10.1.0-beta1"
},
"autoload": {
"psr-4": {
Expand All @@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "beta"
}
4 changes: 2 additions & 2 deletions 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": ">=8.1.0",
"drupal/core-utility": "10.1.x-dev"
"drupal/core-utility": "10.1.0-beta1"
},
"autoload": {
"psr-4": {
Expand All @@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "beta"
}

0 comments on commit d4e8f88

Please sign in to comment.