summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a8d1abf..324eac2 100644
--- a/composer.json
+++ b/composer.json
@@ -36,7 +36,10 @@
"autoload-dev": {
"psr-4": {
"ZendTest\\Math\\": "test/"
- }
+ },
+ "files" : [
+ "test/TestAsset/random_bytes.php"
+ ]
},
"config": {
"sort-packages": true