Skip to content

Commit f518c34

Browse files
committed
Expand phpunit dependency to allow ^11.0 in composer.json
1 parent dde3311 commit f518c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
1717
"php-parallel-lint/php-parallel-lint": "^1.3",
1818
"phpstan/phpstan": "^1",
19-
"phpunit/phpunit": "^10.0",
19+
"phpunit/phpunit": "^10.0 || ^11.0",
2020
"squizlabs/php_codesniffer": "^3.6"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)