Skip to content

Commit be61012

Browse files
committed
add --dev deps
1 parent 99de44e commit be61012

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
},
1212
"autoload": {
1313
"psr-0": {"phpDocumentor": ["src/"]}
14+
},
15+
"require-dev": {
16+
"phpunit/phpunit": "*@stable"
1417
}
15-
}
18+
}

0 commit comments

Comments
 (0)