diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e8314b7 --- /dev/null +++ b/composer.json @@ -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" + } +}