Skip to content

Commit

Permalink
chore(composer): req php>=8.0, bump phpunit, add test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 2, 2022
1 parent a994d44 commit 35850f3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
}
},
"require": {
"php": ">=5.4.0"
"php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.0|^5.7.0|^6.5"
"phpunit/phpunit": "^9.5"
},
"config": {
"optimize-autoloader": true,
Expand All @@ -34,8 +34,7 @@
}
},
"scripts": {
"post-root-package-install": [
],
"test": "vendor/bin/phpunit"
"test": "vendor/bin/phpunit",
"test:cov": "phpunit --coverage-text --coverage-clover coverage.xml"
}
}

0 comments on commit 35850f3

Please sign in to comment.