Skip to content

Commit

Permalink
fix: add php 8.4 to test matrix, remove implicit nullables (#7871)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Dec 11, 2024
1 parent d555d89 commit 6cf2d5d
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 @@ -12,7 +12,7 @@
"phpunit/phpunit": "^9.0",
"phpspec/prophecy-phpunit": "^2.0",
"squizlabs/php_codesniffer": "2.*",
"phpdocumentor/reflection": "^5.3.3",
"phpdocumentor/reflection": "^5.3.3||^6.0",
"phpdocumentor/reflection-docblock": "^5.3",
"erusev/parsedown": "^1.6",
"google/cloud-storage": "^1.3"
Expand Down

0 comments on commit 6cf2d5d

Please sign in to comment.