Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Feb 9, 2018
1 parent db98c17 commit c0fd8aa
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Expand Up @@ -8,8 +8,8 @@
"php": ">=5.5.9"
},
"require-dev": {
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "~4.8|~5.4",
"mockery/mockery": "~0.9.4|~1.0",
"phpunit/phpunit": "~4.8|~5.4|~6.1|~7.0",
"nesbot/carbon": "~1.20",
"mikey179/vfsStream": "^1.6"
},
Expand All @@ -19,6 +19,10 @@
}
},
"config": {
"preferred-install": "dist"
}
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit c0fd8aa

Please sign in to comment.