Skip to content

Commit

Permalink
Merge pull request #120 from systemseed/update-modules
Browse files Browse the repository at this point in the history
feat(backend): Updated admin_toolbar and devel, added devel_php module.
  • Loading branch information
Kate committed Dec 12, 2019
2 parents 5af2f83 + 7998905 commit fe7a5fa
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COMPOSE_FILE=./.docker/docker-compose.yml:./.docker/docker-compose.override.yml
COMPOSE_PROJECT_NAME=falcon

ENVIRONMENT=development
DEVELOPMENT_MODULES=devel falcon_development reroute_email config_update_ui features_ui config_distro config_merge config_provider config_snapshot config_sync
DEVELOPMENT_MODULES=devel devel_php falcon_development reroute_email config_update_ui features_ui config_distro config_merge config_provider config_snapshot config_sync
ADDITIONAL_MODULES=rest_entity_recursive falcon_feature_thankq falcon_thankq falcon_navigation falcon_gift_ecards falcon_feature_commerce_example_gateway falcon_feature_example falcon_feature_gifts falcon_feature_gifts_bundle falcon_feature_gift_cards falcon_feature_gifts_bundle_cards falcon_feature_webform
TEST_USERS_PASSWORD=secure_password
DOCKER_PHPCS=willhallonline/drupal-phpcs:alpine
Expand Down
5 changes: 3 additions & 2 deletions falcon/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"composer/installers": "^1.5.0",
"cweagans/composer-patches": "^1.6.0",
"drupal-composer/drupal-scaffold": "^2.5.0",
"drupal/admin_toolbar": "^1.23",
"drupal/admin_toolbar": "^2.0",
"drupal/cer": "^4.0@alpha",
"drupal/commerce": "^2.10",
"drupal/commerce_decoupled_checkout": "^1.0@beta",
Expand Down Expand Up @@ -179,7 +179,8 @@
"drupal/config_snapshot": "^1.0@alpha",
"drupal/config_sync": "^2.0@alpha",
"drupal/config_update": "^1.5",
"drupal/devel": "^1.2",
"drupal/devel": "^3.0@beta",
"drupal/devel_php": "^1.1",
"drupal/entity_type_clone": "^1.3",
"drupal/reroute_email": "^1.0"
}
Expand Down
233 changes: 211 additions & 22 deletions falcon/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe7a5fa

Please sign in to comment.