Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation failed on Symfony 4.4 #4

Open
sebardo opened this issue Apr 19, 2021 · 1 comment
Open

Installation failed on Symfony 4.4 #4

sebardo opened this issue Apr 19, 2021 · 1 comment

Comments

@sebardo
Copy link

sebardo commented Apr 19, 2021

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
Copy link
Author

sebardo commented Apr 19, 2021

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant