Skip to content

Commit 2f397cb

Browse files
committed
updated composer file with pantheons drops 8 example
2 parents 5d77de7 + df85703 commit 2f397cb

File tree

3 files changed

+17
-8244
lines changed

3 files changed

+17
-8244
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# Ignore directories generated by Composer
66
/drush/contrib/
7+
/drush/Commands/
78
/vendor/
89
/web/core/
910
/web/modules/contrib/

composer.json

+16-12
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,41 @@
1414
"composer/installers": "^1.0.20",
1515
"cweagans/composer-patches": "^1.0",
1616
"drupal-composer/drupal-scaffold": "^2.0.1",
17+
"drupal/config_direct_save": "^1.0",
18+
"drupal/config_installer": "^1.0",
19+
"drupal/console": "^1",
20+
"drupal/core": "^8",
21+
"drupal/simple_block": "^1.0@beta",
22+
"drush/drush": "~8",
23+
"rvtraveller/qs-composer-installer": "^1.1",
24+
"drush-ops/behat-drush-endpoint": "^8",
25+
"pantheon-systems/quicksilver-pushback": "~1",
26+
"webflo/drupal-core-strict": "^8",
27+
"zaporylie/composer-drupal-optimizations": "^1.0",
28+
"drupal/easy_breadcrumb": "^1.8",
1729
"drupal/elastic_email": "^2.1",
1830
"drupal/embed": "^1.0",
1931
"drupal/entity_embed": "^1.0@beta",
2032
"drupal/features": "^3.7",
21-
"drupal/field_group": "3.0.0-beta1",
2233
"drupal/field_permissions": "^1.0@RC",
2334
"drupal/google_analytics": "^2.2",
2435
"drupal/honeypot": "^1.27",
25-
"drupal/inline_entity_form": "^1.0@RC",
2636
"drupal/linkit": "^4.3",
2737
"drupal/metatag": "^1.3",
2838
"drupal/paragraphs": "^1.3",
2939
"drupal/pathauto": "^1.2",
3040
"drupal/recaptcha": "^2.3",
41+
"drupal/redirect": "^1.3",
42+
"drupal/quicklink": "^1.0",
3143
"drupal/simple_block": "^1.0@beta",
44+
"drupal/seo_checklist": "^4.1",
3245
"drupal/simple_sitemap": "^2.12",
33-
"drupal/smart_login": "^1.0@beta",
3446
"drupal/subpathauto": "^1.0@beta",
35-
"drupal/super_login": "^1.2",
3647
"drupal/token": "^1.3",
3748
"drupal/ui_patterns": "^1.0",
38-
"drupal/video_embed_field": "^2.0",
39-
"drupal/views_send": "^1.1",
4049
"drupal/webform": "^5.0@RC",
4150
"drupal/webform_views": "^5.0@alpha",
42-
"drupal/zurb_foundation": "^6.0",
43-
"drush-ops/behat-drush-endpoint": "^0.0.5",
44-
"drush/drush": "~8",
45-
"pantheon-systems/quicksilver-pushback": "~1",
46-
"rvtraveller/qs-composer-installer": "^1.1",
47-
"webflo/drupal-core-strict": "^8"
51+
"drupal/zurb_foundation": "^6.0"
4852
},
4953
"require-dev": {
5054
"mikey179/vfsstream": "^1.2",

0 commit comments

Comments
 (0)