Skip to content

Commit

Permalink
remove phpunit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hexmode authored and DeepDiver1975 committed Sep 5, 2024
1 parent b0e2e34 commit 5517a11
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 5517a11

Please sign in to comment.