Skip to content

Commit

Permalink
Merge pull request #13 from dennisinteractive/CMS-2203-fix-mink-selen…
Browse files Browse the repository at this point in the history
…ium2-composer-version

[CMS-2203] Updated behat/mink-selenium2-driver version
  • Loading branch information
evomase authored Oct 15, 2021
2 parents 2b128a2 + a351923 commit b406e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
command: |
if [ -z "${PACKAGIST_TOKEN}" ]; then echo "Env variable PACKAGIST_TOKEN missing, get a token from packagist.org"; exit 1; fi
composer config --global --auth http-basic.repo.packagist.com dennisdigital ${PACKAGIST_TOKEN}
composer create-project dennisdigital/polaris-drupal-project:3.x-dev /var/www/polaris --stability dev --no-interaction --no-install --profile -vvv
composer create-project dennisdigital/polaris-drupal-project:dev-${CIRCLE_BRANCH} /var/www/polaris --stability dev --no-interaction --no-install --profile -vvv
cd /var/www/polaris
composer --profile -vvv install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"oomphinc/composer-installers-extender": "^1.1",
"cweagans/composer-patches": "^1.6.5",
"drupal-composer/drupal-scaffold": "^2.6",
"behat/mink-selenium2-driver": "1.4.x-dev as 1.3.x-dev",
"behat/mink-selenium2-driver": "~1.4",
"dennisdigital/polaris": "^3.0"
},
"conflict": {
Expand Down

0 comments on commit b406e71

Please sign in to comment.