You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 294B

12345678910111213141516
  1. {
  2. "repositories": [
  3. {
  4. "type": "vcs",
  5. "url": "https://github.com/nextcloud/openapi-extractor"
  6. }
  7. ],
  8. "config": {
  9. "platform": {
  10. "php": "8.1"
  11. }
  12. },
  13. "require": {
  14. "nextcloud/openapi-extractor": "dev-main#8ba3b777239436ea71aa92fcef279db71e1f2ac9"
  15. }
  16. }