|
12 | 12 | "require": { |
13 | 13 | "php": "^7.4", |
14 | 14 | "ext-parallel": "*", |
15 | | - "react-parallel/contracts": "dev-master", |
16 | | - "react-parallel/future-to-promise-converter": "dev-master", |
17 | | - "react-parallel/runtime": "dev-master", |
| 15 | + "react-parallel/contracts": "^1.0", |
| 16 | + "react-parallel/future-to-promise-converter": "^1.0", |
| 17 | + "react-parallel/runtime": "^1.0", |
18 | 18 | "react/event-loop": "^1.1", |
19 | 19 | "react/promise": "^2.7", |
| 20 | + "wyrihaximus/constants": "^1.4", |
20 | 21 | "wyrihaximus/pool-info": "^1.0", |
21 | 22 | "wyrihaximus/ticking-promise": "^1.6" |
22 | 23 | }, |
23 | 24 | "require-dev": { |
24 | 25 | "bruli/php-value-objects": "^2.0", |
25 | 26 | "moneyphp/money": "^3.2 || ^3.2.1", |
26 | 27 | "ocramius/package-versions": "^1.4", |
27 | | - "react-parallel/pool-tests": "dev-master", |
28 | | - "thecodingmachine/safe": "1.0.0 as 0.1.17", |
29 | | - "wyrihaximus/async-test-utilities": "dev-update-to-test-utilities-2.0 as 1.999.999", |
| 28 | + "react-parallel/pool-tests": "^1.0", |
| 29 | + "wyrihaximus/async-test-utilities": "^2.0.0-alpha2", |
30 | 30 | "wyrihaximus/iterator-or-array-to-array": "^1.1" |
31 | 31 | }, |
32 | 32 | "config": { |
|
0 commit comments