Skip to content

Commit 2e31320

Browse files
committed
Updated wyrihaximus/ticking-promise to v3.
1 parent 5237e4f commit 2e31320

File tree

3 files changed

+1331
-978
lines changed

3 files changed

+1331
-978
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,25 @@
2929
"wyrihaximus/constants": "^1.6",
3030
"wyrihaximus/file-descriptors": "^1.1",
3131
"wyrihaximus/json-throwable": "^4.1",
32-
"wyrihaximus/ticking-promise": "^2"
32+
"wyrihaximus/ticking-promise": "^3"
3333
},
3434
"require-dev": {
3535
"phpstan/phpstan-phpunit": "^0.12.22",
3636
"wyrihaximus/async-test-utilities": ">=4.0.5"
3737
},
38+
"autoload": {
39+
"psr-4": {
40+
"WyriHaximus\\React\\ChildProcess\\Messenger\\": "src/"
41+
}
42+
},
43+
"autoload-dev": {
44+
"psr-4": {
45+
"WyriHaximus\\React\\Tests\\ChildProcess\\Messenger\\": "tests/"
46+
},
47+
"files": [
48+
"examples/ExamplesChildProcess.php"
49+
]
50+
},
3851
"config": {
3952
"platform": {
4053
"php": "7.4.7"
@@ -53,19 +66,6 @@
5366
]
5467
}
5568
},
56-
"autoload": {
57-
"psr-4": {
58-
"WyriHaximus\\React\\ChildProcess\\Messenger\\": "src/"
59-
}
60-
},
61-
"autoload-dev": {
62-
"psr-4": {
63-
"WyriHaximus\\React\\Tests\\ChildProcess\\Messenger\\": "tests/"
64-
},
65-
"files": [
66-
"examples/ExamplesChildProcess.php"
67-
]
68-
},
6969
"scripts": {
7070
"post-install-cmd": [
7171
"composer normalize"

0 commit comments

Comments
 (0)