Skip to content

Commit 487ead3

Browse files
committed
update dev dependencies
1 parent e828abe commit 487ead3

File tree

4 files changed

+138
-80
lines changed

4 files changed

+138
-80
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
vendor/
22
artefacts/
3-
.phpunit.result.cache
3+
.phpunit.cache/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"php": ">=7.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.0"
25+
"phpunit/phpunit": "^8.5"
2626
}
2727
}

0 commit comments

Comments
 (0)