Skip to content

Commit

Permalink
Merge pull request #824 from chapter-three/deployment/20220928
Browse files Browse the repository at this point in the history
Deployment/20220928
  • Loading branch information
melwong-jcc authored Sep 28, 2022
2 parents 79ced27 + eb3b046 commit aaa2158
Show file tree
Hide file tree
Showing 13 changed files with 402 additions and 303 deletions.
49 changes: 25 additions & 24 deletions composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ packages:
dflydev/dot-access-data: v1.1.0
doctrine/annotations: 1.13.3
doctrine/cache: 1.13.0
doctrine/collections: 1.6.8
doctrine/collections: 1.7.3
doctrine/common: 2.13.3
doctrine/event-manager: 1.1.1
doctrine/deprecations: v1.0.0
doctrine/event-manager: 1.1.2
doctrine/inflector: 1.4.4
doctrine/lexer: 1.2.3
doctrine/persistence: 1.3.8
Expand All @@ -45,10 +46,10 @@ packages:
drupal/config_filter: 1.9.0
drupal/config_ignore: 2.3.0
drupal/config_split: 1.8.0
drupal/core: 9.4.3
drupal/core: 9.4.7
drupal/core-composer-scaffold: 9.4.1
drupal/core-project-message: 9.4.1
drupal/core-recommended: 9.4.3
drupal/core-recommended: 9.4.7
drupal/core-vendor-hardening: 9.4.1
drupal/crop: 2.2.0
drupal/csv_serialization: 2.1.0
Expand Down Expand Up @@ -145,7 +146,7 @@ packages:
grasmash/expander: 1.0.0
grasmash/yaml-expander: 1.4.0
guzzlehttp/guzzle: 6.5.8
guzzlehttp/promises: 1.5.1
guzzlehttp/promises: 1.5.2
guzzlehttp/psr7: 1.9.0
harvesthq/chosen: 1.8.7
html2text/html2text: 4.3.1
Expand All @@ -160,7 +161,7 @@ packages:
maennchen/zipstream-php: 2.2.1
markbaker/complex: 3.0.1
markbaker/matrix: 3.0.0
masterminds/html5: 2.7.5
masterminds/html5: 2.7.6
mkalkbrenner/php-htmldiff-advanced: 0.0.8
myclabs/php-enum: 1.8.3
nikic/php-parser: v4.14.0
Expand All @@ -184,19 +185,19 @@ packages:
solarium/solarium: 6.2.4
stack/builder: v1.0.6
symfony-cmf/routing: 2.3.4
symfony/console: v4.4.43
symfony/debug: v4.4.41
symfony/dependency-injection: v4.4.43
symfony/console: v4.4.45
symfony/debug: v4.4.44
symfony/dependency-injection: v4.4.44
symfony/deprecation-contracts: v2.5.2
symfony/error-handler: v4.4.41
symfony/event-dispatcher: v4.4.42
symfony/error-handler: v4.4.44
symfony/event-dispatcher: v4.4.44
symfony/event-dispatcher-contracts: v1.1.13
symfony/filesystem: v4.4.42
symfony/finder: v5.4.8
symfony/finder: v5.4.11
symfony/http-client-contracts: v2.5.2
symfony/http-foundation: v4.4.43
symfony/http-kernel: v4.4.43
symfony/mime: v5.4.10
symfony/http-foundation: v4.4.45
symfony/http-kernel: v4.4.45
symfony/mime: v5.4.12
symfony/polyfill-ctype: v1.25.0
symfony/polyfill-iconv: v1.25.0
symfony/polyfill-intl-idn: v1.25.0
Expand All @@ -205,17 +206,17 @@ packages:
symfony/polyfill-php72: v1.26.0
symfony/polyfill-php73: v1.26.0
symfony/polyfill-php80: v1.25.0
symfony/process: v4.4.41
symfony/psr-http-message-bridge: v2.1.2
symfony/routing: v4.4.41
symfony/serializer: v4.4.43
symfony/process: v4.4.44
symfony/psr-http-message-bridge: v2.1.3
symfony/routing: v4.4.44
symfony/serializer: v4.4.45
symfony/service-contracts: v2.5.2
symfony/translation: v4.4.41
symfony/translation: v4.4.45
symfony/translation-contracts: v2.5.2
symfony/validator: v4.4.43
symfony/var-dumper: v5.4.9
symfony/yaml: v4.4.43
twig/twig: v2.15.1
symfony/validator: v4.4.45
symfony/var-dumper: v5.4.11
symfony/yaml: v4.4.45
twig/twig: v2.15.3
typo3/phar-stream-wrapper: v3.1.7
vlucas/phpdotenv: v2.6.9
webflo/drupal-finder: 1.2.2
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@
"patches": {
"drupal/core": {
"Don't override media title with metadata on translation save.": "https://www.drupal.org/files/issues/2019-04-25/media-translation_hassourcefieldchanged-2999370-11.patch",
"Media library edit": "https://www.drupal.org/files/issues/2021-01-04/3168868-9.patch",
"Media name reverts to default": "https://www.drupal.org/files/issues/2020-10-28/3157183_20.patch"
"Media library edit": "https://www.drupal.org/files/issues/2021-01-04/3168868-9.patch"
},
"drupal/webform": {
"By default, do not save submissions.": "patches/disable-results-by-default.patch"
Expand Down
Loading

0 comments on commit aaa2158

Please sign in to comment.