Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / annotated-command / composer.json
index 3c0888258b36702f6dcd01856444ddac8a0a886a..8bce73685448b47fc35f5b275cb66c9863f3dc70 100644 (file)
         "symfony/finder": "^2.5|^3|^4"
     },
     "require-dev": {
-        "phpunit/phpunit": "^4.8",
-        "satooshi/php-coveralls": "^1.0.2 | dev-master",
-        "greg-1-anderson/composer-test-scenarios": "^1",
+        "phpunit/phpunit": "^6",
+        "satooshi/php-coveralls": "^2",
+        "g1a/composer-test-scenarios": "^2",
         "squizlabs/php_codesniffer": "^2.7"
     },
     "config": {
         "optimize-autoloader": true,
         "sort-packages": true,
         "platform": {
-            "php": "5.6"
+            "php": "7.0.8"
         }
     },
     "scripts": {
         ],
         "scenario": "scenarios/install",
         "post-update-cmd": [
-            "create-scenario symfony4 'symfony/console:^4.0'",
-            "create-scenario symfony2 'symfony/console:^2.8' --platform-php '5.4' --no-lockfile"
+            "create-scenario symfony4 'symfony/console:^4.0' --platform-php '7.1.3'",
+            "create-scenario symfony2 'symfony/console:^2.8' 'phpunit/phpunit:^4.8.36' --remove 'satooshi/php-coveralls' --platform-php '5.4' --no-lockfile",
+            "create-scenario phpunit4 'phpunit/phpunit:^4.8.36' --remove 'satooshi/php-coveralls' --platform-php '5.4'",
+            "dependency-licenses"
         ]
     },
     "extra": {