aboutsummaryrefslogtreecommitdiffstats
path: root/vendor-bin/openapi-extractor/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor-bin/openapi-extractor/composer.json')
-rw-r--r--vendor-bin/openapi-extractor/composer.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor-bin/openapi-extractor/composer.json b/vendor-bin/openapi-extractor/composer.json
new file mode 100644
index 00000000000..87dc6a97c25
--- /dev/null
+++ b/vendor-bin/openapi-extractor/composer.json
@@ -0,0 +1,16 @@
+{
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "https://github.com/nextcloud/openapi-extractor"
+ }
+ ],
+ "config": {
+ "platform": {
+ "php": "8.1"
+ }
+ },
+ "require": {
+ "nextcloud/openapi-extractor": "dev-main"
+ }
+}