Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Minor changes to the composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sparks committed Nov 9, 2017
1 parent 362db0d commit 3eb3f73
Showing 1 changed file with 4 additions and 27 deletions.
31 changes: 4 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sparksi/sector_profile",
"name": "sparksinteractive/sector-distribution",
"description": "Profile for the Sector D8",
"license": "GPL-2.0+",
"type" : "drupal-profile",
Expand All @@ -13,17 +13,9 @@
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"sector_modules": {
"url": "[email protected]:sparksi/sector-d8.modules.git",
"type": "git"
},
"sector_starter": {
"url": "[email protected]:sparksi/sector-d8.theme.git",
"type": "git"
},
"sector_profile": {
"url": "[email protected]:sparksi/sector-d8.profile.git",
"type": "git"
"asset.packagist": {
"type": "composer",
"url": "https://asset-packagist.org"
},
"mmenu/main": {
"extra": {
Expand Down Expand Up @@ -80,8 +72,6 @@
"drupal/core": "^8.4",
"drupal/console": "~1.0",
"drupal/bootstrap": "^3.0",
"sparksi/sector_starter": "dev-master as 8.1.0",
"sparksi/sector_modules": "dev-master as 8.1.0",
"drupal/block_class": "^1.0",
"drupal/devel": "^1.0",
"drupal/ds": "^3.0",
Expand Down Expand Up @@ -141,19 +131,6 @@
]
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
},
"extra": {
"installer-paths": {
Expand Down

0 comments on commit 3eb3f73

Please sign in to comment.