Skip to content

Commit

Permalink
Update composer contrib while tools are not yet stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 27, 2019
1 parent e939ddf commit cc44b05
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@
"symfony/security-bundle": "^5"
},
"require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.3",
"phpspec/phpspec": "dev-master"
"friends-of-phpspec/phpspec-code-coverage": "dev-master",
"phpspec/phpspec": "dev-master",
"scrutinizer/ocular": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/scrutinizer-ci/ocular"
}
],
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation",
"nyholm/psr7-server": "For a PSR-7 implementation of Server Requests.",
Expand Down

0 comments on commit cc44b05

Please sign in to comment.