Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored Oct 25, 2023
1 parent 6e00011 commit 34b7937
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "components/dropzone",
"description": "Shim repository for Dropzone",
"type": "library",
"type": "drupal-library",
"homepage": "https://github.com/dropzone/dropzone",
"authors": [{
"name": "Matias Meno",
"email": "[email protected]",
"homepage": "http://www.matiasmeno.com"
}],
"extra": {
"installer-name": "dropzone"
},
"license": "MIT",
"minimum-stability": "dev"
"require": {
"composer/installers": "~1.0"
}
}

0 comments on commit 34b7937

Please sign in to comment.