Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / robo / composer.json
index 83b4b05944923072f36d7056626a775980b3dcbe..221a77d7e56c4df584534cdfff2d7cac90c5d9a5 100644 (file)
         "php": ">=5.5.0",
         "league/container": "^2.2",
         "consolidation/log": "~1",
-        "consolidation/config": "^1.0.1",
+        "consolidation/config": "^1.0.10",
         "consolidation/annotated-command": "^2.8.2",
         "consolidation/output-formatters": "^3.1.13",
+        "consolidation/self-update": "^1",
+        "g1a/composer-test-scenarios": "^2",
         "grasmash/yaml-expander": "^1.3",
         "symfony/finder": "^2.5|^3|^4",
         "symfony/console": "^2.8|^3|^4",
         "codeception/aspect-mock": "^1|^2.1.1",
         "goaop/parser-reflection": "^1.1.0",
         "nikic/php-parser": "^3.1.5",
-        "g-1-a/composer-test-scenarios": "^2",
         "satooshi/php-coveralls": "^2",
         "phpunit/php-code-coverage": "~2|~4",
         "squizlabs/php_codesniffer": "^2.8"
     },
     "scripts": {
         "cs": "./robo sniff",
-        "unit": "./robo test",
+        "unit": "./robo test --coverage",
         "lint": [
             "find src -name '*.php' -print0 | xargs -0 -n1 php -l",
             "find tests/src -name '*.php' -print0 | xargs -0 -n1 php -l"