diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-01 10:00:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-01 10:00:32 +0200 |
commit | 5b390ca68b7cf69b7cedf3f954711ab3b95f93de (patch) | |
tree | ff0db3dae738c3e4bcb6cc145885bd0ff16499e0 /src/Symfony/Bundle/SecurityBundle/composer.json | |
parent | c113dd4e2d060a57d8790fd8cfe11432b188a244 (diff) |
update to 4.4.25
add dependency on symfony/polyfill-php81
Diffstat (limited to 'src/Symfony/Bundle/SecurityBundle/composer.json')
-rw-r--r-- | src/Symfony/Bundle/SecurityBundle/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 872ef66..eb0ac43 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -27,7 +27,7 @@ "symfony/security-http": "^4.4.5" }, "require-dev": { - "doctrine/doctrine-bundle": "^1.5|^2.0", + "doctrine/annotations": "^1.10.4", "symfony/asset": "^3.4|^4.0|^5.0", "symfony/browser-kit": "^4.2|^5.0", "symfony/console": "^3.4|^4.0|^5.0", |