1 Commits

Author SHA1 Message Date
Sebastian 05cdfefb4c Update dependency phpunit/phpunit to v13
Build Test / test (pull_request) Successful in 52s
JS Unit Tests / test (pull_request) Successful in 50s
PHP Unit Tests / test (pull_request) Successful in 1m21s
PHP Integration Tests / Integration Tests (pull_request) Failing after 2m24s
2026-07-26 03:02:24 +00:00
4 changed files with 1197 additions and 727 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^12.0"
"phpunit/phpunit": "^13.0"
},
"autoload-dev": {
"psr-4": {
Generated
+442 -204
View File
File diff suppressed because it is too large Load Diff
+753 -521
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -20,7 +20,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"typescript": "~5.9.0",
"vite": "^8.0.0",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10",
"@vitest/coverage-v8": "^4.1.6",
"@vue/test-utils": "^2.4.10",