Skip to content

Commit

Permalink
remove phpunit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hexmode committed Apr 22, 2024
1 parent 96b3578 commit 9cbee45
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"yoast/phpunit-polyfills": "^1.0",
"phpunit/phpunit": "^9.6"
"yoast/phpunit-polyfills": "^1.0"
},
"archive" : {
"exclude" : [
Expand All @@ -20,8 +19,5 @@
},
"autoload" : {
"classmap": [ "src/"]
},
"scripts" : {
"test": "phpunit"
}
}

0 comments on commit 9cbee45

Please sign in to comment.