Skip to content

Commit

Permalink
Drupal 10.2.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
catch committed Nov 3, 2023
1 parent 441439c commit a2db4ad
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 30 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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.2.x-dev",
"drupal/core": "10.2.0-alpha1",
"asm89/stack-cors": "~v2.1.1",
"composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3",
Expand Down
2 changes: 1 addition & 1 deletion composer/Metapackage/PinnedDevDependencies/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.2.x-dev",
"drupal/core": "10.2.0-alpha1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "alpha",
"prefer-stable": true,
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion composer/Template/RecommendedProject/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "alpha",
"prefer-stable": true,
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion core/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.2.0-dev';
const VERSION = '10.2.0-alpha1';

/**
* Core API compatibility.
Expand Down
8 changes: 4 additions & 4 deletions core/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.2.x-dev",
"drupal/core-plugin": "10.2.x-dev",
"drupal/core-utility": "10.2.x-dev"
"drupal/core-file-cache": "10.2.0-alpha1",
"drupal/core-plugin": "10.2.0-alpha1",
"drupal/core-utility": "10.2.0-alpha1"
},
"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": "alpha"
}
4 changes: 2 additions & 2 deletions core/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.2.x-dev"
"drupal/core-utility": "10.2.0-alpha1"
},
"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": "alpha"
}
6 changes: 3 additions & 3 deletions core/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.2.x-dev",
"drupal/core-serialization": "10.2.x-dev"
"drupal/core-file-cache": "10.2.0-alpha1",
"drupal/core-serialization": "10.2.0-alpha1"
},
"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": "alpha"
}
4 changes: 2 additions & 2 deletions core/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.2.x-dev"
"drupal/core-serialization": "10.2.0-alpha1"
},
"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": "alpha"
}
4 changes: 2 additions & 2 deletions core/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.2.x-dev"
"drupal/core-render": "10.2.0-alpha1"
},
"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": "alpha"
}
4 changes: 2 additions & 2 deletions core/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.2.x-dev"
"drupal/core-file-security": "10.2.0-alpha1"
},
"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": "alpha"
}
4 changes: 2 additions & 2 deletions core/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.2.x-dev"
"drupal/core-utility": "10.2.0-alpha1"
},
"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": "alpha"
}

0 comments on commit a2db4ad

Please sign in to comment.