Skip to content

Commit

Permalink
Allow Drupal 10
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Feb 13, 2023
1 parent a31a110 commit 261b910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
],
"require": {
"php": "^7.4 || ^8.0",
"druidfi/gdpr-mysqldump": "^1.2.0",
"drush/drush": "^11.1",
"drupal/core-recommended": "^9"
"druidfi/gdpr-mysqldump": "^1.2.2",
"drush/drush": "^11.4",
"drupal/core-recommended": "^9 || ^10"
},
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion gdpr_dumper.info.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GDPR dumper
description: 'A drop-in replacement for mysqldump that optionally sanitizes DB fields for better GDPR conformity.'
type: module
core_version_requirement: ^9
core_version_requirement: ^9 || ^10

0 comments on commit 261b910

Please sign in to comment.