Skip to content

Commit

Permalink
# This is a combination of 2 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

Bump min PHPUnit version for PHP8.4 compatibility

# The commit message #2 will be skipped:

# fix phpunit
  • Loading branch information
dvdoug committed Nov 9, 2024
1 parent 621a549 commit c295eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.49.0",
"phpunit/phpunit": "^10.5.8||^11.4.3",
"phpunit/phpunit": "^10.5.12||^11.4.3",
"symfony/filesystem": "^5.0||^6.0||^7.0"
},
"suggest": {
Expand Down

0 comments on commit c295eba

Please sign in to comment.