Added composer.json.

master
Bohdan Konkevych 2022-05-25 09:03:43 +00:00
parent 43dae93285
commit 3aa6f3244a
1 changed files with 17 additions and 0 deletions

17
composer.json 100644
View File

@ -0,0 +1,17 @@
{
"name": "devbones-drupal/dcp",
"description": "Provides Drupal cursor pagination support.",
"type": "type:drupal-module",
"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"
}
}