Skip to content

Commit

Permalink
remove mockery dep
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza committed Sep 5, 2018
1 parent 41f6e21 commit a138ff3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"require": {
"php": ">=7.0",
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"mockery/mockery": "^1.0@dev"
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7|6.2|^7.0",
"orchestra/testbench": "~3.3.0|~3.4.2|^3.5.0|~3.7.0",
"orchestra/database": "~3.3.0|~3.4.2|^3.5.0|~3.7.0"
"orchestra/database": "~3.3.0|~3.4.2|^3.5.0|~3.7.0",
"mockery/mockery": "^1.0.0"
},
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -47,4 +47,4 @@
]
}
}
}
}

0 comments on commit a138ff3

Please sign in to comment.