Skip to content

Commit

Permalink
ACMS-1933: Revisit dependencies for drupal-recommended-settings plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmishra2 committed Aug 24, 2023
1 parent e9b79e9 commit 2fe2ebb
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 178 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"name": "acquia/drupal-recommended-settings",
"type": "composer-plugin",
"description": "The composer plugin for adding drupal-recommended-settings for Acquia Cloud.",
"license": "GPL-2.0-only",
"type": "composer-plugin",
"keywords": [
"drupal",
"acquia",
"drupal-recommended-settings"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Vishal Khode",
"email": "vishal.khode@acquia.com"
}
],
"support": {
"issues": "https://github.com/acquia/drupal-recommended-settings/issues",
"docs": "https://docs.acquia.com/drupal-recommended-settings/"
},
"require": {
"php": ">=7.4",
"composer-plugin-api": "^2",
Expand All @@ -23,18 +27,25 @@
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"grasmash/yaml-expander": "^3",
"loophp/phposinfo": "^1.7.1",
"symfony/filesystem": "^6.2",
"symfony/filesystem": "^5.4 || ^6.2",
"symfony/yaml": "^4.4 || ^5 || ^6"
},
"conflict": {
"acquia/blt": "*"
},
"require-dev": {
"acquia/coding-standards": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"ergebnis/composer-normalize": "~2.15.0",
"ergebnis/composer-normalize": "~2.21.0",
"phpro/grumphp-shim": "^1.5"
},
"conflict": {
"acquia/blt": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Acquia\\Drupal\\RecommendedSettings\\": "src/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand All @@ -44,16 +55,5 @@
},
"extra": {
"class": "Acquia\\Drupal\\RecommendedSettings\\Plugin"
},
"autoload": {
"psr-4": {
"Acquia\\Drupal\\RecommendedSettings\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"support": {
"issues": "https://github.com/acquia/drupal-recommended-settings/issues",
"docs": "https://docs.acquia.com/drupal-recommended-settings/"
}
}
Loading

0 comments on commit 2fe2ebb

Please sign in to comment.