Skip to content

Commit f509da1

Browse files
committed
Install from source to actually run any tests (excluded otherwise)
1 parent 03c4240 commit f509da1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@
2121
"phpunit/phpunit": "^5.7 || ^4.8.35",
2222
"clue/block-react": "^1.1",
2323
"clue/stream-filter": "^1.3"
24+
},
25+
"config": {
26+
"preferred-install": {
27+
"react/*": "source"
28+
}
2429
}
2530
}

0 commit comments

Comments
 (0)