Skip to content

Commit 6c59e1a

Browse files
come-ncbackportbot-nextcloud[bot]
authored andcommitted
Force PHP 8.0.2 platform and downgrade phpunit accordingly
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 0688b4d commit 6c59e1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/integration/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"phpunit/phpunit": "^10.5",
3+
"phpunit/phpunit": "^9.6",
44
"behat/behat": "^3.13",
55
"guzzlehttp/guzzle": "^7.8"
66
},
@@ -16,5 +16,10 @@
1616
"features/bootstrap/"
1717
]
1818
}
19+
},
20+
"config": {
21+
"platform": {
22+
"php": "8.0.2"
23+
}
1924
}
2025
}

0 commit comments

Comments
 (0)