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 a994d44 commit 35850f3Copy full SHA for 35850f3
composer.json
@@ -22,10 +22,10 @@
22
}
23
},
24
"require": {
25
- "php": ">=5.4.0"
+ "php": ">=8.0"
26
27
"require-dev": {
28
- "phpunit/phpunit": "^4.8.0|^5.7.0|^6.5"
+ "phpunit/phpunit": "^9.5"
29
30
"config": {
31
"optimize-autoloader": true,
@@ -34,8 +34,7 @@
34
35
36
"scripts": {
37
- "post-root-package-install": [
38
- ],
39
- "test": "vendor/bin/phpunit"
+ "test": "vendor/bin/phpunit",
+ "test:cov": "phpunit --coverage-text --coverage-clover coverage.xml"
40
41
0 commit comments