-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
67 lines (67 loc) · 2.18 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "caxy/caxy_bootstrap_starter",
"type": "drupal-profile",
"description": "Caxy's SASS Bootstrap Starterkit profile",
"minimum-stability": "dev",
"require": {
"drupal/address": "^1.0",
"drupal/ajax_comments": "^1.0",
"drupal/allowed_formats": "^1.0",
"drupal/contact_storage": "^1.0",
"drupal/csv_serialization": "^1.0",
"drupal/diff": "^1.0",
"drupal/draggableviews": "^1.0",
"drupal/entity_browser": "^1.0",
"drupal/entity_embed": "^1.0",
"drupal/environment_indicator": "^3.0",
"drupal/field_group": "^1.0",
"drupal/flag": "^4.0",
"drupal/google_analytics": "^2.0",
"drupal/image_effects": "^1.0",
"drupal/imagemagick": "^1.0",
"drupal/inline_entity_form": "^1.0",
"drupal/markdown": "^1.0",
"drupal/media_entity_browser": "^1.0",
"drupal/media_entity_image": "^1.0",
"drupal/media_entity": "^1.0",
"drupal/message": "^1.0",
"drupal/metatag": "^1.2",
"drupal/mollom": "1.x-dev",
"drupal/override_node_options": "^2.0",
"drupal/pathauto": "^1.0",
"drupal/redirect": "^1.0",
"drupal/search_api_solr": "^1.0",
"drupal/simple_sitemap": "^2.0",
"drupal/token": "^1.0",
"drupal/url_embed": "^1.0",
"drupal/workflow": "^1.0",
"symfony/property-access": "^3.1",
"twig/extensions": "^1.3",
"drupal/admin_toolbar": "^1.19",
"drupal/adminimal_theme": "^1.3",
"drupal/adminimal_admin_toolbar": "^1.5",
"drupal/module_filter": "^3.0"
},
"replace": {
"michelf/php-markdown": "^1.6",
"drupal/link-link": "*"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "vcs",
"url": "https://github.com/caxy/activitystreams-module.git"
},
{
"type": "vcs",
"url": "https://github.com/caxy/svgtoolkit-module.git"
},
{
"type": "vcs",
"url": "https://github.com/caxy/blockpagelayout-module"
}
]
}