Skip to content

Commit

Permalink
Merge pull request #200 from acquia-pso/DST-191
Browse files Browse the repository at this point in the history
DST-191: Updated the packages with security issues.
  • Loading branch information
vyasamit2007 authored Oct 10, 2022
2 parents f208e48 + ecf0a4b commit e04a141
Show file tree
Hide file tree
Showing 2 changed files with 2,307 additions and 758 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"google/apiclient": "^2.8"
},
"require-dev": {
"acquia/coding-standards": "^0.4.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"acquia/coding-standards": "^1.0.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"ergebnis/composer-normalize": "^2.8",
"vijaycs85/drupal-quality-checker": "dev-master"
},
Expand All @@ -32,5 +32,13 @@
"enable-patching": true
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"config": {
"allow-plugins": {
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpro/grumphp": true,
"ergebnis/composer-normalize": true
}
}
}
Loading

0 comments on commit e04a141

Please sign in to comment.