Skip to content

Commit 2a17423

Browse files
committed
Update definitions for PHPUnit 8.5
1 parent da8d18f commit 2a17423

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,5 @@ nb-configuration.xml
123123
.vscode/
124124

125125
/results/
126-
/phpunit*.xml
126+
/phpunit*.xml
127+
/.phpunit.*.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require-dev": {
1717
"codeigniter4/codeigniter4-standard": "^1.0",
1818
"mikey179/vfsstream": "1.6.*",
19-
"phpunit/phpunit": "^7.0",
19+
"phpunit/phpunit": "^8.5",
2020
"squizlabs/php_codesniffer": "^3.3"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)