diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:30:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:30:22 +0000 |
commit | 9919ea7a76a4bf1eaffe5e288ab82dcafeb775ce (patch) | |
tree | b00a07aca10f581c2be69d612a0a397a415eeb6b /vendor/react | |
parent | Releasing progress-linux version 0.13.1-1~progress7.99u1. (diff) | |
download | icinga-php-library-9919ea7a76a4bf1eaffe5e288ab82dcafeb775ce.tar.xz icinga-php-library-9919ea7a76a4bf1eaffe5e288ab82dcafeb775ce.zip |
Merging upstream version 0.13.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/react')
-rw-r--r-- | vendor/react/promise/composer.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/vendor/react/promise/composer.json b/vendor/react/promise/composer.json index 2a48ed1..a18bbf6 100644 --- a/vendor/react/promise/composer.json +++ b/vendor/react/promise/composer.json @@ -28,17 +28,22 @@ "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "autoload": { "psr-4": { "React\\Promise\\": "src/" }, - "files": ["src/functions_include.php"] + "files": [ + "src/functions_include.php" + ] }, "autoload-dev": { "psr-4": { - "React\\Promise\\": ["tests", "tests/fixtures"] + "React\\Promise\\": [ + "tests/", + "tests/fixtures/" + ] } }, "keywords": [ |