File tree Expand file tree Collapse file tree 3 files changed +1331
-978
lines changed Expand file tree Collapse file tree 3 files changed +1331
-978
lines changed Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments