Skip to content

Commit

Permalink
Merge pull request #8 from uncinc/feature/drupal_10
Browse files Browse the repository at this point in the history
Feature/drupal 10
  • Loading branch information
uberengineer authored Oct 20, 2023
2 parents f6d0404 + 92aa49c commit 523c9ef
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"name": "uncinc/gdpr-dump",
"description": "A drop-in replacement for mysqldump that optionally sanitizes DB fields for better GDPR conformity.",
"require": {
"symfony/console": "^3.0 || ^4",
"ifsnop/mysqldump-php": "dev-master",
"cweagans/composer-patches": "^1.6",
"bomoko/mysql-cnf-parser": "dev-master",
"fakerphp/faker": "^1.20",
"symfony/event-dispatcher": "~3.4|~4.0"
"symfony/console": "^6.3",
"ifsnop/mysqldump-php": "^2.12",
"bomoko/mysql-cnf-parser": "^0.0.3",
"fakerphp/faker": "^1.23",
"symfony/event-dispatcher": "^6.3"
},
"license": "GPL-2.0-or-later",
"authors": [
Expand Down

0 comments on commit 523c9ef

Please sign in to comment.