Skip to content

Commit

Permalink
Depend on PHPUnit for development
Browse files Browse the repository at this point in the history
In order to run the unit tests, PHPUnit is a hard dev
dependency, so I've included it in this commit, and now
I can run the unit tests as part of this PR.
  • Loading branch information
g105b committed Feb 15, 2022
1 parent 68e9ea0 commit 0d914a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}
},
"require-dev": {
"symfony/phpunit-bridge": "^5.0"
"symfony/phpunit-bridge": "^5.0",
"phpunit/phpunit": "^9.5"
}
}

0 comments on commit 0d914a0

Please sign in to comment.