Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 2088793

Browse files
committed
Add vfsstream as a development dependency
Over the course of several projects I've found this package to be excellent for mocking the filesystem, which is required for the DownloadResponse class.
1 parent 411aed2 commit 2088793

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"ext-dom": "*",
3636
"ext-libxml": "*",
3737
"http-interop/http-factory-tests": "^0.5.0",
38+
"mikey179/vfsstream": "^1.6",
3839
"php-http/psr7-integration-tests": "dev-master",
3940
"phpunit/phpunit": "^7.5.18",
4041
"zendframework/zend-coding-standard": "~1.0.0"

composer.lock

Lines changed: 47 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)