Added composer.json.
This commit is contained in:
17
composer.json
Normal file
17
composer.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user