Skip to content

Commit

Permalink
Merge pull request #1747 from acquia/ACMS-3581
Browse files Browse the repository at this point in the history
ACMS-3581: Update composer-normalize.
  • Loading branch information
vishalkhode1 authored Feb 23, 2024
2 parents 25e1ac4 + ab80a22 commit beeb393
Show file tree
Hide file tree
Showing 21 changed files with 556 additions and 360 deletions.
212 changes: 106 additions & 106 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "acquia/acquia_cms",
"type": "drupal-module",
"description": "An implementation of Drupal 9 for running custom, low code websites on the Acquia platform.",
"homepage": "https://github.com/acquia/acquia_cms",
"license": "GPL-2.0-or-later",
"type": "drupal-module",
"authors": [
{
"name": "Michael Sherron",
Expand All @@ -16,6 +15,7 @@
"role": "Maintainer"
}
],
"homepage": "https://github.com/acquia/acquia_cms",
"require": {
"acquia/acquia-cms-starterkit": "1.1.5",
"drupal/acquia_claro": "^1.3",
Expand Down Expand Up @@ -43,123 +43,23 @@
"axelerant/drupal-quality-checker": "^1.1",
"drupal/core-composer-scaffold": "^9.0.0 || ^10",
"drupal/core-dev": "^9 || ^10",
"ergebnis/composer-normalize": "~2.15.0",
"ergebnis/composer-normalize": "^2.31.0",
"mglaman/drupal-check": "^1.4",
"oomphinc/composer-installers-extender": "^1.1 || ^2",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.0",
"weitzman/drupal-test-traits": "^2"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"ergebnis/composer-normalize": true,
"mnsami/composer-custom-directory-installer": true,
"oomphinc/composer-installers-extender": true,
"php-http/discovery": true,
"phpro/grumphp-shim": true,
"phpstan/extension-installer": true,
"webdriver-binary/binary-chromedriver": true,
"wikimedia/composer-merge-plugin": true
},
"preferred-install": {
"drupal/core": "dist"
},
"process-timeout": 0,
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"allowed-packages": [
"drupal/core"
],
"file-mapping": {
"[project-root]/.editorconfig": false,
"[project-root]/.gitattributes": false,
"[web-root]/.csslintrc": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/drush/drush.yml": "drush/drush.yml",
"[web-root]/example.gitignore": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/robots.txt": false,
"[web-root]/sites/README.txt": false,
"[web-root]/sites/default/default.settings.php": {
"append": "./patches/d9-acms-settings.patch"
},
"[web-root]/themes/README.txt": false,
"[web-root]/themes/contrib/cohesion-theme/templates/maintenance-page.html.twig": "./patches/maintenance-page.patch",
"[web-root]/web.config": false
},
"locations": {
"project-root": ".",
"web-root": "./docroot"
}
},
"enable-patching": true,
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset",
"swagger-api/swagger-ui",
"nnnick/chartjs"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
]
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"3328187 - PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in docroot/core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php on line 112": "https://git.drupalcode.org/project/drupal/-/merge_requests/3142.patch",
"Fix failing test for site studio due to missing file": "https://gist.githubusercontent.com/chandan-singh7929/978c8c3c8b6f1e2de23492e7e562c0c3/raw/f0e7770d94be862e5495ca25662a0a0d5672b785/bypass-library-version-core.patch"
},
"drupal/decoupled_router": {
"3111456 - Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2022-11-30/decouple_router-3111456-resolve-language-issue-58.patch",
"3176615 - RouteNotFoundException when a jsonapi individual route is not available": "https://www.drupal.org/files/issues/2023-04-26/route-not-found-exception.patch"
},
"mglaman/drupal-check": {
"Add custom rules to bypass check for buildForm": "https://github.com/mglaman/drupal-check/pull/286.patch"
}
}
},
"autoload": {
"psr-4": {
"Acquia\\Utility\\": "src/Utility"
},
"classmap": [
"src/Composer/ConfigureProject.php"
]
},
"repositories": {
"chart.js": {
"type": "package",
"package": {
"name": "nnnick/chartjs",
"version": "v3.9.1",
"type": "drupal-library",
"version": "v3.9.1",
"dist": {
"url": "https://github.com/chartjs/Chart.js/releases/download/v3.9.1/chart.js-3.9.1.tgz",
"type": "tar"
"type": "tar",
"url": "https://github.com/chartjs/Chart.js/releases/download/v3.9.1/chart.js-3.9.1.tgz"
}
}
},
Expand Down Expand Up @@ -341,6 +241,106 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Acquia\\Utility\\": "src/Utility"
},
"classmap": [
"src/Composer/ConfigureProject.php"
]
},
"config": {
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"ergebnis/composer-normalize": true,
"mnsami/composer-custom-directory-installer": true,
"oomphinc/composer-installers-extender": true,
"php-http/discovery": true,
"phpro/grumphp-shim": true,
"phpstan/extension-installer": true,
"webdriver-binary/binary-chromedriver": true,
"wikimedia/composer-merge-plugin": true
},
"preferred-install": {
"drupal/core": "dist"
},
"process-timeout": 0,
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"allowed-packages": [
"drupal/core"
],
"file-mapping": {
"[project-root]/.editorconfig": false,
"[project-root]/.gitattributes": false,
"[web-root]/.csslintrc": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/drush/drush.yml": "drush/drush.yml",
"[web-root]/example.gitignore": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/robots.txt": false,
"[web-root]/sites/README.txt": false,
"[web-root]/sites/default/default.settings.php": {
"append": "./patches/d9-acms-settings.patch"
},
"[web-root]/themes/README.txt": false,
"[web-root]/themes/contrib/cohesion-theme/templates/maintenance-page.html.twig": "./patches/maintenance-page.patch",
"[web-root]/web.config": false
},
"locations": {
"project-root": ".",
"web-root": "./docroot"
}
},
"enable-patching": true,
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset",
"swagger-api/swagger-ui",
"nnnick/chartjs"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
]
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"3328187 - PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in docroot/core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php on line 112": "https://git.drupalcode.org/project/drupal/-/merge_requests/3142.patch",
"Fix failing test for site studio due to missing file": "https://gist.githubusercontent.com/chandan-singh7929/978c8c3c8b6f1e2de23492e7e562c0c3/raw/f0e7770d94be862e5495ca25662a0a0d5672b785/bypass-library-version-core.patch"
},
"drupal/decoupled_router": {
"3111456 - Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2022-11-30/decouple_router-3111456-resolve-language-issue-58.patch",
"3176615 - RouteNotFoundException when a jsonapi individual route is not available": "https://www.drupal.org/files/issues/2023-04-26/route-not-found-exception.patch"
},
"mglaman/drupal-check": {
"Add custom rules to bypass check for buildForm": "https://github.com/mglaman/drupal-check/pull/286.patch"
}
}
},
"scripts": {
"pre-update-cmd": [
"@putenv COMPOSER_MEMORY_LIMIT=2G"
Expand Down
Loading

0 comments on commit beeb393

Please sign in to comment.