Skip to content

Commit

Permalink
Fix vfsStream requierments
Browse files Browse the repository at this point in the history
`vfsStream` has set their `dev-master` to >PHP 7.1 so we need to Fall back to release `1.6.5` to remove build errors
reference bovigo/vfsStream#143
  • Loading branch information
photodude committed Dec 12, 2017
1 parent 9d68773 commit 80ffb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
}
],
"require-dev": {
"mikey179/vfsStream": "dev-master",
"mikey179/vfsStream": "1.6.5||dev-master",
"phpunit/phpunit": "~4.8||~5.7",
"phpunit/dbunit": "~1.4||~2.0",
"mockery/mockery": "0.9.4||~0.9.5",
Expand Down

0 comments on commit 80ffb5f

Please sign in to comment.