summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-02 14:23:00 +0200
committerRemi Collet <remi@remirepo.net>2021-09-02 14:23:00 +0200
commit0a9dfd73fec0090ac65e3b77425b06c2ae632b3c (patch)
tree89ae08b18025a5e2b2240740a32fa19a12702c42 /composer.json
parentb4fcc4e0ba9bd8678611d17e87bc1f68407e0eaf (diff)
update to 3.1.0
add dependency on symfony/polyfill-php81
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 2f8600d..c665a72 100644
--- a/composer.json
+++ b/composer.json
@@ -26,7 +26,8 @@
"symfony/filesystem": "^4.4.20 || ^5.0",
"symfony/finder": "^4.4.20 || ^5.0",
"symfony/options-resolver": "^4.4.20 || ^5.0",
- "symfony/polyfill-php72": "^1.22",
+ "symfony/polyfill-php72": "^1.23",
+ "symfony/polyfill-php81": "^1.23",
"symfony/process": "^4.4.20 || ^5.0",
"symfony/stopwatch": "^4.4.20 || ^5.0"
},