File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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 ." ,
4
4
"license" : " Apache-2.0" ,
5
5
"type" : " library" ,
6
6
"authors" : [
12
12
],
13
13
"require" : {
14
14
"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 "
18
18
},
19
19
"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"
24
28
},
25
29
"minimum-stability" : " stable" ,
26
30
"autoload" : {
You can’t perform that action at this time.
0 commit comments