Skip to content

Commit 3bedb1e

Browse files
Anton Shabovtazloyuser
authored andcommitted
Parallel processing
1 parent f832ac8 commit 3bedb1e

File tree

11 files changed

+196
-608
lines changed

11 files changed

+196
-608
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"require": {
1919
"php": "^7.1",
2020
"amphp/amp": "^2.0",
21-
"amphp/parallel": "^0.2.5",
22-
"amphp/parallel-functions": "^0.1.2",
2321
"phpinnacle/identity": "^0.1.0"
2422
},
2523
"require-dev": {
2624
"phpunit/phpunit": "^6.0",
27-
"psr/container": "^1.0",
2825
"squizlabs/php_codesniffer": "^2.3"
2926
},
27+
"suggest": {
28+
"amphp/parallel-functions": "For using ParallelProcessor."
29+
},
3030
"autoload": {
3131
"psr-4": {
3232
"PHPinnacle\\Ensign\\": "src"

0 commit comments

Comments
 (0)