Skip to content

Commit a138ff3

Browse files
committed
remove mockery dep
1 parent 41f6e21 commit a138ff3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
],
1111
"require": {
1212
"php": ">=7.0",
13-
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
14-
"mockery/mockery": "^1.0@dev"
13+
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0"
1514
},
1615
"require-dev": {
1716
"phpunit/phpunit": "^5.7|6.2|^7.0",
1817
"orchestra/testbench": "~3.3.0|~3.4.2|^3.5.0|~3.7.0",
19-
"orchestra/database": "~3.3.0|~3.4.2|^3.5.0|~3.7.0"
18+
"orchestra/database": "~3.3.0|~3.4.2|^3.5.0|~3.7.0",
19+
"mockery/mockery": "^1.0.0"
2020
},
2121
"license": "MIT",
2222
"authors": [
@@ -47,4 +47,4 @@
4747
]
4848
}
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)