Skip to content

Commit

Permalink
Change composer package name
Browse files Browse the repository at this point in the history
  • Loading branch information
cienvaras committed Nov 6, 2024
1 parent 1a0116a commit fdac874
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"name": "su-sws/stanford_media",
"description": "Stanford Media module for Drupal 8 Media management",
"type": "drupal-custom-module",
"homepage": "https://github.com/SU-SWS/stanford_media",
"authors": [
{
"name": "Mike Decker",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"php": ">=8.1",
"davidbarratt/custom-installer": "^1.1",
"drupal/core": "^10.3 || ^11",
"drupal/dropzonejs": "^2.7",
"drupal/entity_usage": "^2.0@beta",
"drupal/focal_point": "^2.0",
"drupal/inline_entity_form": "^3.0",
"drupal/oembed_providers": "^2.1",
"enyo/dropzone": "^5.9"
},
"conflict": {
"drupal/ckeditor": "*"
},
"extra": {
"custom-installer": {
"docroot/libraries/{$name}/": [
"enyo/dropzone"
]
},
"patches": {}
},
"autoload": {
"psr-4": {
"Drupal\\stanford_media\\": "./src",
"Drupal\\media_duplicate_validation\\": "./modules/media_duplicate_validation/src"
}
},
"autoload-dev": {
"psr-4": {
"Drupal\\Tests\\stanford_media\\": "./tests/src",
"Drupal\\Tests\\media_duplicate_validation\\": "./modules/media_duplicate_validation/tests/src"
}
"name": "fourkitchens/stanford_media",
"description": "Stanford Media module for Drupal 8 Media management",
"type": "drupal-custom-module",
"homepage": "https://github.com/SU-SWS/stanford_media",
"authors": [
{
"name": "Mike Decker",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"php": ">=8.1",
"davidbarratt/custom-installer": "^1.1",
"drupal/core": "^10.3 || ^11",
"drupal/dropzonejs": "^2.7",
"drupal/entity_usage": "^2.0@beta",
"drupal/focal_point": "^2.0",
"drupal/inline_entity_form": "^3.0",
"drupal/oembed_providers": "^2.1",
"enyo/dropzone": "^5.9"
},
"conflict": {
"drupal/ckeditor": "*"
},
"extra": {
"custom-installer": {
"docroot/libraries/{$name}/": [
"enyo/dropzone"
]
},
"config": {
"sort-packages": true
"patches": {}
},
"autoload": {
"psr-4": {
"Drupal\\stanford_media\\": "./src",
"Drupal\\media_duplicate_validation\\": "./modules/media_duplicate_validation/src"
}
},
"autoload-dev": {
"psr-4": {
"Drupal\\Tests\\stanford_media\\": "./tests/src",
"Drupal\\Tests\\media_duplicate_validation\\": "./modules/media_duplicate_validation/tests/src"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit fdac874

Please sign in to comment.