Skip to content

Commit 7c2c47a

Browse files
committed
libs: add contentType as optional options
1 parent a8b3159 commit 7c2c47a

File tree

3 files changed

+485
-177
lines changed

3 files changed

+485
-177
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"queue-interop/amqp-interop": "0.8.*"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^7.0",
21+
"phpunit/phpunit": "7.5.*",
2222
"illuminate/events": "5.8.*",
23-
"mockery/mockery": "^1.0"
23+
"mockery/mockery": "1.3.*"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)