Skip to content

Commit

Permalink
chore: add dbal to dev-dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Feb 14, 2025
1 parent 04c3b50 commit 0a3a552
Show file tree
Hide file tree
Showing 2 changed files with 661 additions and 242 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0.2"
"php": "8.1.0"
},
"sort-packages": true
},
Expand All @@ -28,6 +28,7 @@
"nextcloud/ocp": "dev-master",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^5.14"
"vimeo/psalm": "^5.14",
"doctrine/dbal": "^3.9.1"
}
}
Loading

0 comments on commit 0a3a552

Please sign in to comment.