Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Update composer scaffolding repo with specific package version numbers that are compatible with composer 2.0 #26

Merged
merged 6 commits into from
Oct 27, 2020
1 change: 0 additions & 1 deletion .probo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ steps:
plugin: Script
script:
- composer self-update
- composer global require hirak/prestissimo
- if [ $(git ls-remote --heads https://github.com/az-digital/az_quickstart.git $BRANCH_NAME | wc -l) = 1 ]; then PROFILE_BRANCH="$BRANCH_NAME"; else PROFILE_BRANCH=main; fi
- composer require --no-update drupal/core-recommended:* zaporylie/composer-drupal-optimizations:* az-digital/az_quickstart:dev-${PROFILE_BRANCH}
- composer install -o
Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,23 @@
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "vcs",
"url": "https://github.com/az-digital/phpcs-security-audit"
}
],
"require": {
"php": ">=7.0",
"az-digital/az_quickstart": "~2",
"composer/installers": "1.7.0",
"cweagans/composer-patches": "1.6.7",
"drupal/console": "1.9.5",
"drupal/console-dotenv": "0.3.1",
"composer/installers": "1.9.0",
"cweagans/composer-patches": "1.7.0",
"drupal/core-composer-scaffold": "*",
"drush/drush": "10.3.1",
"vlucas/phpdotenv": "2.4.0",
"webflo/drupal-finder": "1.2.0",
"webmozart/path-util": "2.3.0",
"zaporylie/composer-drupal-optimizations": "1.1.1"
"zaporylie/composer-drupal-optimizations": "1.2"
},
"require-dev": {
"az-digital/az-quickstart-dev": "~1"
Expand Down