Skip to content

Commit

Permalink
Switch to PHPUnit 9.6 for earlier PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renventura committed May 22, 2024
1 parent f54ba39 commit 6266384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Credits
-------
This was forked from [tutv/wp-package-parser](https://github.com/tutv/wp-package-parser). The original project was not updated for many years. I forked it, and modernized it for compatibility with:
* PHP8+
* PHPUnit v10.5
* PHPUnit v9.6
* Improved coding standards
* Composer autoloading
* GitHub Actions for automated CI testing
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"erusev/parsedown": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "^10.5"
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
Expand All @@ -32,7 +32,7 @@
"@test:unit"
],
"test:unit": [
"./vendor/bin/phpunit --testdox --color=always --display-deprecations --display-errors --display-notices --display-warnings"
"./vendor/bin/phpunit --testdox --verbose --color=always"
]
},
"scripts-descriptions": {
Expand Down

0 comments on commit 6266384

Please sign in to comment.