Skip to content

Commit a670bf3

Browse files
committed
Extracted runtime wrapper into it's own package
1 parent bb4b3d6 commit a670bf3

27 files changed

+106
-45668
lines changed

.php_cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ return (function (): Config
1717
->append($paths)
1818
)
1919
->setUsingCache(false)
20+
->setRules([
21+
'native_function_invocation' => false,
22+
])
2023
;
2124
})();

channels-joe.php

Lines changed: 0 additions & 50 deletions
This file was deleted.

channels-two-way.php

Lines changed: 0 additions & 105 deletions
This file was deleted.

channels.php

Lines changed: 0 additions & 64 deletions
This file was deleted.

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "wyrihaximus/react-parallel",
3-
"description": "Bridging ext-parallel and ReactPHP",
2+
"name": "wyrihaximus/react-parallel-runtime",
3+
"description": "Convinence wrapper around ext-parallel Runtime for and ReactPHP",
44
"license": "MIT",
55
"authors": [
66
{
@@ -13,13 +13,10 @@
1313
"php": "^7.3",
1414
"ext-parallel": "*",
1515
"react/event-loop": "^1.1",
16-
"react/promise": "^2.7",
17-
"wyrihaximus/pool-info": "dev-master",
18-
"wyrihaximus/react-parallel-future-to-promise-converter": "^1.0",
19-
"wyrihaximus/ticking-promise": "^1.6"
16+
"wyrihaximus/react-parallel-future-to-promise-converter": "^1.0"
2017
},
2118
"require-dev": {
22-
"ocramius/package-versions": "^1.4",
19+
"thecodingmachine/safe": "^0.1.16",
2320
"wyrihaximus/async-test-utilities": "^1.1"
2421
},
2522
"config": {

0 commit comments

Comments
 (0)