Skip to content

Commit 8ee0a0b

Browse files
committed
Updated composer dependencies.
1 parent 1cd0ce7 commit 8ee0a0b

File tree

4 files changed

+261
-377
lines changed

4 files changed

+261
-377
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/vendor/
33
/coverage
44
/tests/cache
5+
/.phpunit.cache
6+
/.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"classmap": ["src/"]
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "9.5.24"
26+
"phpunit/phpunit": "10.1.2"
2727
}
2828
}

0 commit comments

Comments
 (0)