We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8d18f commit 2a17423Copy full SHA for 2a17423
2 files changed
.gitignore
@@ -123,4 +123,5 @@ nb-configuration.xml
123
.vscode/
124
125
/results/
126
-/phpunit*.xml
+/phpunit*.xml
127
+/.phpunit.*.cache
composer.json
@@ -16,7 +16,7 @@
16
"require-dev": {
17
"codeigniter4/codeigniter4-standard": "^1.0",
18
"mikey179/vfsstream": "1.6.*",
19
- "phpunit/phpunit": "^7.0",
+ "phpunit/phpunit": "^8.5",
20
"squizlabs/php_codesniffer": "^3.3"
21
},
22
"autoload": {
0 commit comments