Skip to content

Commit 8f70ce4

Browse files
dependabot[bot]donatj
andauthoredJul 10, 2024··
Update phpunit/phpunit requirement from ~4.8|~9 to include ~11 (#6)
* Update phpunit/phpunit requirement from ~4.8|~9 to ^11.2.6 --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Update composer.json * Update composer.json * Update composer.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Donat <[email protected]>
1 parent a2bf413 commit 8f70ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php" : ">=5.3.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "~4.8|~9"
27+
"phpunit/phpunit": "~4.8|~9|~11"
2828
},
2929
"autoload" : {
3030
"files": ["src/array.php"]

0 commit comments

Comments
 (0)
Please sign in to comment.