We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f4006 commit c7a0c5eCopy full SHA for c7a0c5e
.gitignore
@@ -1,4 +1,5 @@
1
.idea/*
2
/vendor/
3
composer.phar
4
-composer.lock
+composer.lock
5
+/.phpunit.result.cache
composer.json
@@ -21,6 +21,6 @@
21
"slevomat/coding-standard": "^5.0 || ^6.0"
22
},
23
"require-dev": {
24
- "phpunit/phpunit": "^7"
+ "phpunit/phpunit": "^8.5.12"
25
}
26
0 commit comments