Skip to content

Commit

Permalink
Merge pull request #585 from USEPA/main
Browse files Browse the repository at this point in the history
Merge main to live for deployment
  • Loading branch information
azinck authored Jan 24, 2022
2 parents 03d03c3 + 6846608 commit 8117336
Show file tree
Hide file tree
Showing 199 changed files with 5,218 additions and 996 deletions.
2 changes: 1 addition & 1 deletion docker-compose.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:

# This `composer' definition is what enables `f1 composer' to work.
composer:
image: composer:2
image: forumone/composer:2
volumes:
- ./services/drupal:/app:cached

Expand Down
11 changes: 9 additions & 2 deletions services/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"drupal/config_split": "~1.5",
"drupal/content_moderation_notifications": "dev-3.x#7ffa936",
"drupal/content_moderation_revert": "1.x-dev",
"drupal/core-composer-scaffold": "~9.1.0",
"drupal/core-composer-scaffold": "~9.2.0",
"drupal/core-recommended": "~9.2.0",
"drupal/cshs": "^3.5",
"drupal/csv_serialization": "^1.5",
Expand All @@ -222,6 +222,7 @@
"drupal/editor_advanced_link": "^1.8",
"drupal/elasticsearch_connector": "^7.0-alpha3",
"drupal/embed": "^1.4",
"drupal/entity_browser": "^2.6",
"drupal/entity_clone": "^1.0@beta",
"drupal/entity_usage": "^2.0-beta3",
"drupal/entitygroupfield": "^1.0@alpha",
Expand Down Expand Up @@ -314,7 +315,7 @@
"zaporylie/composer-drupal-optimizations": "^1.0"
},
"require-dev": {
"drupal/core-dev": "~9.1.0"
"drupal/core-dev": "~9.2.0"
},
"conflict": {
"drupal/drupal": "*"
Expand All @@ -329,6 +330,12 @@
"ext-opcache": "1.0.0",
"ext-pdo": "1.0.0",
"php": "7.4"
},
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"zaporylie/composer-drupal-optimizations": true
}
},
"autoload": {
Expand Down
Loading

0 comments on commit 8117336

Please sign in to comment.