Skip to content

Commit a64d7d1

Browse files
committed
2.0.0
1 parent a4f582f commit a64d7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.10
1+
FROM alpine:3.11
22

33
RUN apk update
44

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": ">=5.6"
1818
},
1919
"require-dev": {
20-
"mockery/mockery": "~0.9",
20+
"mockery/mockery": "^1.3.1",
2121
"php-coveralls/php-coveralls": "^2.2.0",
2222
"phpunit/phpunit": ">=5.5 <6.0.0",
2323
"friendsofphp/php-cs-fixer": "^2.16.1"

0 commit comments

Comments
 (0)