Skip to content

Commit bbf5de8

Browse files
committed
chore: Set minimum OCP version to 27
We have to require a version of nextcloud/ocp that contains the classes we use in the tested sets. Otherwise tests for 26 and 27 sets will fail when pulling the lowest version of dependendies. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent e2b3bf7 commit bbf5de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^8.1",
19-
"nextcloud/ocp": "*",
19+
"nextcloud/ocp": ">=27",
2020
"rector/rector": "^2.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)