Skip to content
Snippets Groups Projects
Commit 31fdfafe authored by Dan Feidt's avatar Dan Feidt
Browse files

Issue #3326717 by HongPong, jefflogan, jamesgrobertson, circuscowboy,...

Issue #3326717 by HongPong, jefflogan, jamesgrobertson, circuscowboy, jwilson3: Drupal 10 compatibility and PHPCBF stylistic fixes
parent 47d73132
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"name": "drupal/wordpress_migrate",
"description": "wordpress_migrate supports migrating WordPress blog exports (WXR format) into Drupal using the Migrate module.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/wordpress_migrate",
"homepage": "https://drupal.org/project/wordpress_migrate",
"authors": [
{
"name": "Dan Feidt (hongpong)",
......@@ -12,12 +12,12 @@
],
"support": {
"issues": "https://www.drupal.org/project/issues/wordpress_migrate",
"source": "https://cgit.drupalcode.org/wordpress_migrate"
"source": "https://git.drupalcode.org/project/wordpress_migrate"
},
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/migrate_plus": "~5.0",
"drupal/ctools": "~3.4"
"drupal/migrate_plus": "~6.0",
"drupal/ctools": "~4.0"
}
}
......@@ -68,6 +68,7 @@ class WordPressMigrationGenerator {
* - [post|page]: Associative array of type-specific configuration:
* - type: Machine name of Drupal node bundle to hold content.
* - text_format: Machine name of text format for body field.
*
* @todo: Validate inputs (e.g., make sure post type exists).
* @link https://www.drupal.org/node/2742283
*/
......
......@@ -2,7 +2,6 @@ name: 'WordPress Migrate Support'
description: 'Support for importing WordPress sites into Drupal'
type: module
package: Migration
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- migrate_plus:migrate_plus
......@@ -91,7 +91,7 @@ class ReviewForm extends FormBase {
* Determines if the migration group already exists.
*
* @param string $id
* The migration group ID
* The migration group ID.
*
* @return bool
* TRUE if the migration group exists, FALSE otherwise.
......@@ -108,7 +108,7 @@ class ReviewForm extends FormBase {
* Determines if the migration with prefix already exists.
*
* @param string $prefix
* The migration prefix
* The migration prefix.
*
* @return bool
* TRUE if the migration with prefix exists, FALSE otherwise.
......
......@@ -2,8 +2,7 @@ name: 'WordPress Migrate UI'
description: 'Wizard UI for configuring WordPress imports into Drupal'
type: module
package: Migration
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- ctools:ctools
- wordpress_migrate:wordpress_migrate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment