Skip to content
Snippets Groups Projects
Commit a09a91a6 authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3228095 by tedbow: Switch to packagist for composer_stager

parent 092d9d1f
No related branches found
No related tags found
1 merge request!2Issue #3228095: Switch to packagist for composer_stager
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"source": "http://cgit.drupalcode.org/automatic_updates" "source": "http://cgit.drupalcode.org/automatic_updates"
}, },
"require": { "require": {
"ext-json": "*" "ext-json": "*",
"php-tuf/composer-stager": "0.1.1"
}, },
"config": { "config": {
"platform": { "platform": {
......
build:
assessment:
validate_codebase:
phplint:
container_composer:
csslint:
eslint:
phpcs:
testing:
container_command:
# Currently composer-stager is not on packagist so can't do this in composer.json.
# @todo Remove this add dependency directly to composer.json
commands: "cd ${SOURCE_DIR} && sudo -u www-data /usr/local/bin/composer config repositories.composer-stager vcs git@github.com:php-tuf/composer-stager.git && /usr/local/bin/composer require php-tuf/composer-stager:0.1.1"
run_tests.standard:
types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
run_tests.js:
concurrency: 1
types: 'PHPUnit-FunctionalJavascript'
nightwatchjs:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment