Files
dcp/composer.json

18 lines
375 B
JSON
Raw Permalink Normal View History

2022-05-25 09:03:43 +00:00
{
"name": "devbones-drupal/dcp",
"description": "Provides Drupal cursor pagination support.",
2022-05-25 09:11:25 +00:00
"type": "drupal-module",
2022-05-25 09:03:43 +00:00
"license": "MIT",
"authors": [
{
"name": "Bohdan Konkevych",
"email": "bogdan@devbones.com",
"homepage": "https://conky.id"
}
],
"require": {
"composer/installers": "~1.0",
"drupal/core": "^9.0||^10.0"
}
}