Skip to content

Commit

Permalink
Switch to PHPUnit 10.5 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 685eb29 commit f54ba39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 v11
* PHPUnit v10.5
* Improved coding standards
* Composer autoloading
* GitHub Actions for automated CI testing
Expand Down
2 changes: 1 addition & 1 deletion 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": "^11.1"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f54ba39

Please sign in to comment.