|
1 | 1 | {
|
2 |
| - "name": "cursedcoder/eprocess", |
3 |
| - "type": "library", |
4 |
| - "description": "Multi-threading framework?", |
5 |
| - "keywords": ["pthreads", "child process", "ICP", "non-blocking", "async", "react"], |
6 |
| - "homepage": "https://github.com/cursedcoder/eprocess", |
7 |
| - "require": { |
8 |
| - "php": ">=5.5", |
9 |
| - "react/react": "0.4.1@dev", |
10 |
| - "jms/serializer": "^1.1", |
11 |
| - "doctrine/collections": "1.2.*@dev", |
12 |
| - "symfony/process": "2.6.*@dev", |
13 |
| - "concerto/comms": "~0.8" |
14 |
| - }, |
15 |
| - "license": "MIT", |
16 |
| - "require-dev": { |
17 |
| - "divi/pthreads-stub": "dev-master" |
18 |
| - }, |
19 |
| - "autoload": { |
20 |
| - "psr-0": { "EProcess": "", "Examples": "" } |
| 2 | + "name": "cursedcoder/eprocess", |
| 3 | + "type": "library", |
| 4 | + "description": "Multi-threading framework?", |
| 5 | + "keywords": [ |
| 6 | + "pthreads", |
| 7 | + "child process", |
| 8 | + "IPC", |
| 9 | + "non-blocking", |
| 10 | + "async", |
| 11 | + "react" |
| 12 | + ], |
| 13 | + "homepage": "https://github.com/cursedcoder/eprocess", |
| 14 | + "require": { |
| 15 | + "php": ">=5.5", |
| 16 | + "react/react": "~0.4@dev", |
| 17 | + "jms/serializer": "^1.1", |
| 18 | + "doctrine/collections": "~1.3", |
| 19 | + "concerto/comms": "~0.8" |
| 20 | + }, |
| 21 | + "suggests": { |
| 22 | + "symfony/process": "To use symfony process adapter" |
| 23 | + }, |
| 24 | + "license": "MIT", |
| 25 | + "require-dev": { |
| 26 | + "divi/pthreads-stub": "dev-master" |
| 27 | + }, |
| 28 | + "autoload": { |
| 29 | + "psr-4": { |
| 30 | + "EProcess": "" |
21 | 31 | }
|
| 32 | + }, |
| 33 | + "autoload-dev": { |
| 34 | + "psr-4": { |
| 35 | + "Examples\\": "examples/" |
| 36 | + } |
| 37 | + } |
22 | 38 | }
|
0 commit comments