Skip to content

Commit

Permalink
raise vfsStream minimum req version for php 7.4 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Feb 18, 2020
1 parent b717b8f commit b2f76df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"require-dev": {
"ext-json": "*",
"friendsofphp/php-cs-fixer": "^2.15",
"mikey179/vfsstream": "^1.6",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^8.2||^9.0"
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2f76df

Please sign in to comment.