Skip to content

Commit

Permalink
Merge pull request #31 from hsegnitz/master
Browse files Browse the repository at this point in the history
CHG: replace fastbill parallel process dispatcher with soarce
  • Loading branch information
hsegnitz authored Feb 29, 2020
2 parents 7e1ff7e + d93512e commit b12f610
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# soarce/client [![Packagist](https://img.shields.io/packagist/dt/soarce/client.svg)](https://packagist.org/packages/soarce/client)

## Version: 4.0.0
## Version: 4.0.1

## Overview

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"require": {
"php": ">=7.1,<8.0-DEV",
"ext-json": "*",
"fastbill/parallel-process-dispatcher": "^1.2.1",
"predis/predis": "^1.1"
"predis/predis": "^1.1",
"soarce/parallel-process-dispatcher": "^4.1"
},
"autoload": {
"files": ["src/execute.php"],
Expand Down
95 changes: 51 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/workerMaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

define('SOARCE_SKIP_EXECUTE', true);

use FastBill\ParallelProcessDispatcher\Dispatcher;
use FastBill\ParallelProcessDispatcher\Process;
use Soarce\ParallelProcessDispatcher\Dispatcher;
use Soarce\ParallelProcessDispatcher\Process;
use Soarce\Config;

if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
Expand Down

0 comments on commit b12f610

Please sign in to comment.