Skip to content

Commit bd0cd8c

Browse files
committed
bump phpunit & phpspec
1 parent 48c243e commit bd0cd8c

4 files changed

Lines changed: 596 additions & 538 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ coverage.clover
55
coverage.xml
66

77
phpunit.xml
8-
.phpunit.cache
8+
.phpunit.result.cache
99

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"ext-dom": "*",
2626
"squizlabs/php_codesniffer": "^3.4",
2727
"phpmd/phpmd" : "^2.0",
28-
"phpspec/phpspec": "^7",
29-
"phpunit/phpunit": "^10.5"
28+
"phpspec/phpspec": "^8.3",
29+
"phpunit/phpunit": "^12"
3030
},
3131
"require": {
3232
"php": ">=8.3"

0 commit comments

Comments
 (0)