Skip to content

Commit c7a0c5e

Browse files
committed
Upgrade PHPUnit to v8
1 parent c8f4006 commit c7a0c5e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea/*
22
/vendor/
33
composer.phar
4-
composer.lock
4+
composer.lock
5+
/.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"slevomat/coding-standard": "^5.0 || ^6.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^7"
24+
"phpunit/phpunit": "^8.5.12"
2525
}
2626
}

0 commit comments

Comments
 (0)