summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-01 10:00:32 +0200
committerRemi Collet <remi@remirepo.net>2021-06-01 10:00:32 +0200
commit5b390ca68b7cf69b7cedf3f954711ab3b95f93de (patch)
treeff0db3dae738c3e4bcb6cc145885bd0ff16499e0 /composer.json
parentc113dd4e2d060a57d8790fd8cfe11432b188a244 (diff)
update to 4.4.25
add dependency on symfony/polyfill-php81
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 39a35f3..c3ef535 100644
--- a/composer.json
+++ b/composer.json
@@ -49,7 +49,8 @@
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5",
"symfony/polyfill-php73": "^1.11",
- "symfony/polyfill-php80": "^1.15"
+ "symfony/polyfill-php80": "^1.15",
+ "symfony/polyfill-php81": "^1.22"
},
"replace": {
"symfony/asset": "self.version",
@@ -124,7 +125,6 @@
"doctrine/data-fixtures": "^1.1",
"doctrine/dbal": "^2.6|^3.0",
"doctrine/orm": "^2.6.3",
- "doctrine/doctrine-bundle": "^1.5|^2.0",
"guzzlehttp/promises": "^1.4",
"masterminds/html5": "^2.6",
"monolog/monolog": "^1.25.1",