Skip to content

Commit e91cdb6

Browse files
committed
feat: update project dependencies
1 parent 2cc5ac1 commit e91cdb6

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

composer.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chemem/asyncify",
3-
"description": "A package that runs synchronous PHP functions asynchronously.",
3+
"description": "A simple library with which to run blocking I/O in a non-blocking fashion.",
44
"license": "Apache-2.0",
55
"type": "library",
66
"authors": [
@@ -12,15 +12,19 @@
1212
],
1313
"require": {
1414
"php": ">=7.2",
15-
"chemem/bingo-functional": "~2",
16-
"react/child-process": "~0",
17-
"react/promise": "~2"
15+
"chemem/bingo-functional": "^2",
16+
"react/child-process": "^0",
17+
"react/promise": "^2 || ^3"
1818
},
1919
"require-dev": {
20-
"ergebnis/composer-normalize": "~2",
21-
"friendsofphp/php-cs-fixer": "~2 || ~3",
22-
"phpunit/phpunit": "~8 || ~9",
23-
"react/async": "~3 || ~4"
20+
"ergebnis/composer-normalize": "^2",
21+
"friendsofphp/php-cs-fixer": "^2 || ^3",
22+
"phpunit/phpunit": "^8 || ^9",
23+
"react/async": "^3 || ^4"
24+
},
25+
"suggest": {
26+
"ext-parallel": "A succinct parallel concurrency API for PHP 8",
27+
"react-parallel/runtime": "Convinence wrapper around the ext-parallel Runtime and ReactPHP"
2428
},
2529
"minimum-stability": "stable",
2630
"autoload": {

0 commit comments

Comments
 (0)