Skip to content
Snippets Groups Projects
Commit 36e933dc authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3311131 by DamienMcKenna: Drop support for D8.

parent d3017508
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ Migate: Skip on 404: 1.1.x, 2022-xx-xx ...@@ -4,6 +4,7 @@ Migate: Skip on 404: 1.1.x, 2022-xx-xx
fixes. fixes.
#3261190 by MacSim, mmbk, DamienMcKenna: Provide a default message with the #3261190 by MacSim, mmbk, DamienMcKenna: Provide a default message with the
value leading to a 404. value leading to a 404.
#3311131 by DamienMcKenna: Drop support for D8.
Migate: Skip on 404: 1.0.1, 2021-10-11 Migate: Skip on 404: 1.0.1, 2021-10-11
......
...@@ -18,6 +18,6 @@ ...@@ -18,6 +18,6 @@
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"drupal/core": "^8 || ^9 || ^10" "drupal/core": "^9 || ^10"
} }
} }
...@@ -2,6 +2,6 @@ type: module ...@@ -2,6 +2,6 @@ type: module
name: 'Migrate: Skip File On Not Exists' name: 'Migrate: Skip File On Not Exists'
description: 'Automatically skip files if they do not exist on the server, rather than make the Migrate Drupal UI or Migrate Upgrade -based migration fail.' description: 'Automatically skip files if they do not exist on the server, rather than make the Migrate Drupal UI or Migrate Upgrade -based migration fail.'
package: Migration package: Migration
core_version_requirement: ^8.8 || ^9 || ^10 core_version_requirement:^9 || ^10
dependencies: dependencies:
- drupal:migrate - drupal:migrate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment