diff --git a/composer.json b/composer.json index 9f7ba5d18..df1812f71 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "homepage": "https://github.com/acquia/acquia_cms", "require": { "acquia/acquia-cms-starterkit": "^1", + "acquia/drupal-recommended-settings": "^1.0", "drupal/acquia_cms_audio": "dev-develop", "drupal/acquia_cms_component": "dev-develop", "drupal/acquia_cms_dam": "dev-develop", diff --git a/composer.lock b/composer.lock index af3e58f6d..5f9d5c3de 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f54a5627774dedc977d7f622180cd9b0", + "content-hash": "ed86bafd2fe266b0594896f23147369b", "packages": [ { "name": "acquia/acquia-cms-starterkit", @@ -230,6 +230,72 @@ }, "time": "2023-02-28T18:45:28+00:00" }, + { + "name": "acquia/drupal-recommended-settings", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/acquia/drupal-recommended-settings.git", + "reference": "3b5734971353d894888e1ebfc7db6c6aa38a9346" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/acquia/drupal-recommended-settings/zipball/3b5734971353d894888e1ebfc7db6c6aa38a9346", + "reference": "3b5734971353d894888e1ebfc7db6c6aa38a9346", + "shasum": "" + }, + "require": { + "acquia/drupal-environment-detector": "^1.5.3", + "composer-plugin-api": "^2", + "consolidation/config": "^2.0.0", + "drush/drush": "^11.6 || ^12", + "grasmash/yaml-expander": "^3.0", + "loophp/phposinfo": "^1.7.1", + "php": ">=8.1" + }, + "conflict": { + "acquia/blt": "<14" + }, + "require-dev": { + "acquia/coding-standards": "^2.0", + "composer/composer": "^2.2", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", + "ergebnis/composer-normalize": "^2.30.2", + "phpro/grumphp-shim": "^2.2", + "phpunit/phpunit": "^9 || ^10" + }, + "type": "composer-plugin", + "extra": { + "class": "Acquia\\Drupal\\RecommendedSettings\\Plugin" + }, + "autoload": { + "psr-4": { + "Acquia\\Drupal\\RecommendedSettings\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-only" + ], + "authors": [ + { + "name": "Vishal Khode", + "email": "vishal.khode@acquia.com" + } + ], + "description": "The composer plugin for adding drupal-recommended-settings for Acquia Cloud.", + "keywords": [ + "acquia", + "drupal", + "drupal-recommended-settings" + ], + "support": { + "docs": "https://docs.acquia.com/drupal-recommended-settings/", + "issues": "https://github.com/acquia/drupal-recommended-settings/issues", + "source": "https://github.com/acquia/drupal-recommended-settings/tree/1.0.0" + }, + "time": "2024-03-27T10:56:42+00:00" + }, { "name": "acquia/http-hmac-php", "version": "6.1.0", @@ -9562,6 +9628,51 @@ }, "time": "2022-05-09T20:22:34+00:00" }, + { + "name": "grasmash/yaml-expander", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/grasmash/yaml-expander.git", + "reference": "f6dd6be2a899316528e201c91fc317b16794b1c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/f6dd6be2a899316528e201c91fc317b16794b1c0", + "reference": "f6dd6be2a899316528e201c91fc317b16794b1c0", + "shasum": "" + }, + "require": { + "grasmash/expander": "^1 || ^2 || ^3", + "symfony/yaml": "^4 || ^5 || ^6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^8.0 || ^9", + "squizlabs/php_codesniffer": "^2.7 || ^3.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Grasmash\\YamlExpander\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matthew Grasmick" + } + ], + "description": "Expands internal property references in a yaml file.", + "support": { + "issues": "https://github.com/grasmash/yaml-expander/issues", + "source": "https://github.com/grasmash/yaml-expander/tree/3.0.2" + }, + "time": "2022-05-10T13:29:17+00:00" + }, { "name": "guzzlehttp/guzzle", "version": "7.8.1", @@ -10715,6 +10826,63 @@ ], "time": "2024-03-23T07:42:40+00:00" }, + { + "name": "loophp/phposinfo", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/loophp/phposinfo.git", + "reference": "9faccbfbf5364fd34fbc230961fa6fc51cc66b8f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/loophp/phposinfo/zipball/9faccbfbf5364fd34fbc230961fa6fc51cc66b8f", + "reference": "9faccbfbf5364fd34fbc230961fa6fc51cc66b8f", + "shasum": "" + }, + "require": { + "php": "^8" + }, + "require-dev": { + "drupol/php-conventions": "^5.0.0", + "ext-pcov": "*", + "friends-of-phpspec/phpspec-code-coverage": "^6", + "infection/infection": "^0.26", + "infection/phpspec-adapter": "^0.2.0", + "phpspec/phpspec": "^7" + }, + "type": "library", + "autoload": { + "psr-4": { + "loophp\\phposinfo\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Pol Dellaiera", + "email": "pol.dellaiera@protonmail.com" + } + ], + "description": "Try to guess the host operating system.", + "keywords": [ + "operating system detection" + ], + "support": { + "issues": "https://github.com/loophp/phposinfo/issues", + "source": "https://github.com/loophp/phposinfo" + }, + "funding": [ + { + "url": "https://github.com/drupol", + "type": "github" + } + ], + "time": "2022-12-20T20:21:10+00:00" + }, { "name": "maennchen/zipstream-php", "version": "3.1.0", diff --git a/salt.txt b/salt.txt new file mode 100644 index 000000000..f2de7d6c5 --- /dev/null +++ b/salt.txt @@ -0,0 +1 @@ +0,/IP0rU#+5i~W87)|kWG]2p`ZM6rKV{{o(F+$sJ\ScphH]WxR5@d"K