Added composer.json.
parent
43dae93285
commit
3aa6f3244a
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue