Skip to content

Commit

Permalink
feat: allow usage with PHP 8.4
Browse files Browse the repository at this point in the history
- Adds 8.4 to PHP constraints
- Bumps PHPUnit version slightly to pick up PHP 8.4-compatible version

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Nov 25, 2024
1 parent ce49748 commit 7544229
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 662 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"composer/composer": "^2.7.7",
"laminas/laminas-coding-standard": "~2.5.0",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^10.5.20",
"phpunit/phpunit": "^10.5.35",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.24.0",
"webmozart/assert": "^1.11.0"
Expand Down
Loading

0 comments on commit 7544229

Please sign in to comment.