diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-18 09:33:54 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-18 09:33:54 +0100 |
commit | 131a29c0ce825cc1bc4874184cbb154cedbd8d01 (patch) | |
tree | 3c492ad8f19f23d1f8275eac71dca3d9ffb37ec0 /composer.json | |
parent | 48f643512bd0bcbd877d766bceb3de299777925a (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a943cd7..743ca0b 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "symfony/filesystem": "^5.4.35 || ^6.3.12 || ^7.0.3", "symfony/finder": "^5.4.35 || ^6.3.12 || ^7.0.3", "symfony/process": "^5.4.35 || ^6.3.12 || ^7.0.3", - "react/promise": "^3.2", + "react/promise": "^2.11 || ^3.2", "composer/pcre": "^2.2 || ^3.2", "symfony/polyfill-php73": "^1.24", "symfony/polyfill-php80": "^1.24", |