Skip to content

Commit

Permalink
Updated mockery package requirement in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleangioni committed Jan 27, 2016
1 parent e9c24ce commit e55de90
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
"laravel/framework": "~5.0"
},
"require-dev": {
"mockery/mockery": "dev-master",
"phpunit/phpunit": "4.1.*",
"mockery/mockery": "^0.9",
"phpunit/phpunit": "~4.1",
"sami/sami": "dev-master"
},
"autoload": {
"psr-4": {
"MicheleAngioni\\Support\\": "src/MicheleAngioni/Support"
}
},
"minimum-stability": "stable"
}
}

0 comments on commit e55de90

Please sign in to comment.