Skip to content

Commit d456cec

Browse files
authored
Merge pull request #11 from reactphp-parallel/test-utilities-is-a-dev-requirement
Moved test utilities to require-dev where it should be
2 parents 2e8e0e4 + 5dcecba commit d456cec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"react-parallel/runtime": "^2.0",
1919
"react/event-loop": "^1.1",
2020
"react/promise": "^2.7",
21-
"wyrihaximus/async-test-utilities": "^3.2",
2221
"wyrihaximus/constants": "^1.5",
2322
"wyrihaximus/metrics": "^1.0",
2423
"wyrihaximus/pool-info": "^1.0"
2524
},
2625
"require-dev": {
2726
"bruli/php-value-objects": "^2.0",
2827
"moneyphp/money": "^3.2 || ^3.2.1",
28+
"wyrihaximus/async-test-utilities": "^3.2",
2929
"wyrihaximus/iterator-or-array-to-array": "^1.1"
3030
},
3131
"config": {

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)