{
  "name": "opencloud-eu/opencloud",
  "config": {
    "platform": {
      "php": "8.4"
    },
    "vendor-dir": "./vendor-php",
    "allow-plugins": {
      "bamarni/composer-bin-plugin": true
    }
  },
  "require-dev": {
    "ext-simplexml": "*",
    "bamarni/composer-bin-plugin": "^1.9"
  },
  "extra": {
    "bamarni-bin": {
      "bin-links": false,
      "forward-command": false
    }
  }
}