From 504f83ba13b3e27752a7abf8bd118284a9a53898 Mon Sep 17 00:00:00 2001 From: Adam Ormiston Date: Wed, 9 Jan 2019 22:49:51 +0000 Subject: [PATCH 1/4] added custom installation profile --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 3fe34336e9..d96621651c 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,12 @@ "require-dev": { "webflo/drupal-core-require-dev": "^8.6.0" }, + "repositories": [ + { + "type": "vcs", + "url": "git@github.com:oromix/drupal-project.git" + } + ], "conflict": { "drupal/drupal": "*" }, From be44df6f72959efac6e0c5026d3c271c3c22c93d Mon Sep 17 00:00:00 2001 From: Adam Ormiston Date: Wed, 9 Jan 2019 23:37:24 +0000 Subject: [PATCH 2/4] combined repositories key --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d96621651c..ef1e17cd3f 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,14 @@ } ], "repositories": [ - { - "type": "composer", - "url": "https://packages.drupal.org/8" - } + { + "type": "composer", + "url": "https://packages.drupal.org/8" + }, + { + "type": "vcs", + "url": "git@github.com:oromix/drupal-project.git" + } ], "require": { "composer/installers": "^1.2", @@ -30,10 +34,6 @@ "webflo/drupal-core-require-dev": "^8.6.0" }, "repositories": [ - { - "type": "vcs", - "url": "git@github.com:oromix/drupal-project.git" - } ], "conflict": { "drupal/drupal": "*" From 55fa1faa4e93d159b98b5ee0269bb11b925cab38 Mon Sep 17 00:00:00 2001 From: Adam Ormiston Date: Wed, 9 Jan 2019 23:39:52 +0000 Subject: [PATCH 3/4] removed duplicate repositories key --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index ef1e17cd3f..1f279d9afa 100644 --- a/composer.json +++ b/composer.json @@ -33,8 +33,6 @@ "require-dev": { "webflo/drupal-core-require-dev": "^8.6.0" }, - "repositories": [ - ], "conflict": { "drupal/drupal": "*" }, From 3dfad310579dcfcc836ef37c130a844bd892256a Mon Sep 17 00:00:00 2001 From: Adam Ormiston Date: Wed, 9 Jan 2019 23:53:32 +0000 Subject: [PATCH 4/4] added profile --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1f279d9afa..6ca5a6462d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, { "type": "vcs", - "url": "git@github.com:oromix/drupal-project.git" + "url": "git@bitbucket.org:bit-forge/bf_d8_profile.git" } ], "require": { @@ -28,7 +28,8 @@ "drush/drush": "^9.0.0", "vlucas/phpdotenv": "^2.4", "webflo/drupal-finder": "^1.0.0", - "webmozart/path-util": "^2.3" + "webmozart/path-util": "^2.3", + "bit-forge/bf_d8_profile": "^0.1" }, "require-dev": { "webflo/drupal-core-require-dev": "^8.6.0"