webnet-fr / database-anonymizer-bundle

Symfony bundle to anonymize data in various databases
MIT License
5 stars 11 forks source link

Installation failed on Symfony 4.4 #4

Open sebardo opened 3 years ago

sebardo commented 3 years ago

What happened? I wanted to install anonymizer using composer, but the following incompatibilities occurred, making it impossible to use it. composer

My environment:

PHP version (from php -v): 7.4
Framework (Symfony): 4.4
database-anonymizer-bundle

Additional info: My installed Composer Packages

"require": {
        "php": "^7.4",
        "ext-bcmath": "*",
        "ext-ctype": "*",
        "ext-iconv": "*",
        "ext-json": "*",
        "api-platform/api-pack": "^1.2",
        "api-platform/core": "~2.5.7",
        "doctrine/doctrine-migrations-bundle": "^2.2",
        "dompdf/dompdf": "^0.8.5",
        "endroid/qr-code": "^3.9",
        "geoffreyrose/us-holidays": "^2.0",
        "league/csv": "^9.6",
        "lexik/jwt-authentication-bundle": "^2.6",
        "sonata-project/google-authenticator": "^2.3",
        "symfony/amazon-mailer": "5.*",
        "symfony/console": "4.4.*",
        "symfony/dotenv": "4.4.*",
        "symfony/flex": "^1.3.1",
        "symfony/framework-bundle": "4.4.*",
        "symfony/http-client": "4.4.*",
        "symfony/lock": "4.4.*",
        "symfony/mailer": "4.4.*",
        "symfony/monolog-bundle": "^3.5",
        "symfony/translation": "4.4.*",
        "symfony/yaml": "4.4.*",
        "twilio/sdk": "^6.9",
        "vich/uploader-bundle": "^1.13"
    },
    "require-dev": {
        "doctrine/doctrine-fixtures-bundle": "^3.3",
        "hautelook/alice-bundle": "^2.7",
        "phpstan/phpstan": "^0.12.19",
        "symfony/browser-kit": "4.4.*",
        "symfony/maker-bundle": "^1.15",
        "symfony/phpunit-bridge": "^4.4",
        "symfony/profiler-pack": "^1.0"
    },
sebardo commented 3 years ago

I guess it's because anonymizer use fzaninotto/faker instead of fakerphp/faker (the successor). ¿Is possible update the composer on anonymyzer with the new faker lib ?