oliverdavies.uk/web/modules/contrib/rollbar/composer.json
2021-04-14 14:47:23 +01:00

11 lines
242 B
JSON

{
"name": "drupal/rollbar",
"description": "Rollbar integration for Drupal 8.",
"type": "drupal-module",
"license": "GPL 2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"rollbar/rollbar": "^1.0"
}
}