Skip to content

Commit 34dc4fd

Browse files
authored
Merge pull request #40 from iazaran/PHPUnit-security-fix
chore: downgrade PHPUnit and related testing dependencies
2 parents 8159448 + 3094344 commit 34dc4fd

2 files changed

Lines changed: 372 additions & 316 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"illuminate/contracts": "^8.0||^9.0||^10.0||^11.0||^12.0||^13.0"
4949
},
5050
"require-dev": {
51-
"phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0|^13.0",
51+
"phpunit/phpunit": "^9.6.33||^10.5.62||^11.5.50||^12.5.22||^13.1.6",
5252
"orchestra/testbench": "^6.0||^7.0||^8.0||^9.0||^10.0||^11.0",
5353
"mockery/mockery": "^1.5",
5454
"symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0"

0 commit comments

Comments
 (0)