Skip to content

Commit f0befd7

Browse files
committed
Use the packages we've migrated over to our own org
1 parent 029aa69 commit f0befd7

3 files changed

Lines changed: 94 additions & 227 deletions

File tree

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@
1414
"ext-parallel": "*",
1515
"moneyphp/money": "^3.2.1",
1616
"ocramius/package-versions": "^1.4",
17+
"react-parallel/contracts": "dev-master",
1718
"react/event-loop": "^1.1",
1819
"react/promise": "^2.7",
1920
"thecodingmachine/safe": "v1.0.0 as v0.1.17",
2021
"wyrihaximus/async-test-utilities": "^1.1",
2122
"wyrihaximus/iterator-or-array-to-array": "^1.1",
22-
"wyrihaximus/pool-info": "^1.0",
23-
"wyrihaximus/react-parallel-contracts": "^1.0",
24-
"wyrihaximus/react-parallel-future-to-promise-converter": "^1.1 || ^1.0.1",
25-
"wyrihaximus/react-parallel-runtime": "^1.0",
26-
"wyrihaximus/ticking-promise": "^1.6"
23+
"wyrihaximus/pool-info": "^1.0"
2724
},
2825
"require-dev": {
2926
"wyrihaximus/async-test-utilities": "dev-update-to-test-utilities-2.0 as 1.999.999",
@@ -36,6 +33,11 @@
3633
},
3734
"sort-packages": true
3835
},
36+
"extra": {
37+
"unused": [
38+
"ext-parallel"
39+
]
40+
},
3941
"autoload": {
4042
"psr-4": {
4143
"ReactParallel\\Tests\\": "src/"

0 commit comments

Comments
 (0)