Skip to content

Commit

Permalink
feat(ocs): add OCS extractor and workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Larch <anna@nextcloud.com>
  • Loading branch information
miaulalala committed Aug 6, 2024
1 parent 5d5b09b commit bf54fb1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"require-dev": {
"nextcloud/ocp": "dev-stable26",
"psalm/phar": "^5.25.0",
"roave/security-advisories": "dev-master"
"roave/security-advisories": "dev-master",
"nextcloud/openapi-extractor": "dev-main"
},
"autoload": {
"files": [
Expand Down Expand Up @@ -89,5 +90,11 @@
"gravatarphp/gravatar"
]
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/nextcloud/openapi-extractor"
}
]
}

0 comments on commit bf54fb1

Please sign in to comment.