Skip to content

Commit 12bc9b8

Browse files
committed
chore: split phpunit into vendor-bin
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b7a4f3c commit 12bc9b8

6 files changed

Lines changed: 1707 additions & 1817 deletions

File tree

REUSE.toml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,13 @@ SPDX-FileCopyrightText = "2019-2026 Nextcloud GmbH and Nextcloud contributors"
1212
SPDX-License-Identifier = "AGPL-3.0-or-later"
1313

1414
[[annotations]]
15-
path = ["composer.json", "composer.lock"]
15+
path = ["composer.json", "composer.lock", "vendor-bin/*/composer.json", "vendor-bin/*/composer.lock", "package-lock.json", "package.json"]
1616
precedence = "aggregate"
1717
SPDX-FileCopyrightText = "2019-2026 Nextcloud GmbH and Nextcloud contributors"
1818
SPDX-License-Identifier = "AGPL-3.0-or-later"
1919

2020
[[annotations]]
21-
path = ["package-lock.json", "package.json"]
22-
precedence = "aggregate"
23-
SPDX-FileCopyrightText = "2018-2026 Nextcloud GmbH and Nextcloud contributors"
24-
SPDX-License-Identifier = "AGPL-3.0-or-later"
25-
26-
[[annotations]]
27-
path = ["vendor-bin/psalm/composer.json", "vendor-bin/psalm/composer.lock"]
21+
path = ["openapi.json"]
2822
precedence = "aggregate"
2923
SPDX-FileCopyrightText = "2018-2026 Nextcloud GmbH and Nextcloud contributors"
3024
SPDX-License-Identifier = "AGPL-3.0-or-later"
@@ -35,12 +29,6 @@ precedence = "aggregate"
3529
SPDX-FileCopyrightText = "Nextcloud GmbH and Nextcloud contributors"
3630
SPDX-License-Identifier = "CC0-1.0"
3731

38-
[[annotations]]
39-
path = ["vendor-bin/cs-fixer/composer.json", "vendor-bin/cs-fixer/composer.lock", "vendor-bin/psalm/composer.json", "vendor-bin/psalm/composer.lock", "vendor-bin/openapi-extractor/composer.json", "vendor-bin/openapi-extractor/composer.lock", "openapi.json"]
40-
precedence = "aggregate"
41-
SPDX-FileCopyrightText = "2021-2026 Nextcloud GmbH and Nextcloud contributors"
42-
SPDX-License-Identifier = "AGPL-3.0-or-later"
43-
4432
[[annotations]]
4533
path = [".tx/backport", ".tx/config"]
4634
precedence = "aggregate"

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"openapi": "generate-spec"
2424
},
2525
"require-dev": {
26-
"bamarni/composer-bin-plugin": "^1.8",
27-
"phpunit/phpunit": "^9"
26+
"bamarni/composer-bin-plugin": "^1.8"
2827
},
2928
"require": {
3029
"maennchen/zipstream-php": "^2.4",

0 commit comments

Comments
 (0)