Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / log / scenarios / symfony2 / composer.json
similarity index 54%
rename from vendor/consolidation/config/scenarios/symfony2/composer.json
rename to vendor/consolidation/log/scenarios/symfony2/composer.json
index b0a3a320db9a47927421df82b30d8717277a90a4..a432c2beb28e63258733404a1e0c70c10db014f2 100644 (file)
@@ -1,6 +1,6 @@
 {
-    "name": "consolidation/config",
-    "description": "Provide configuration services for a commandline tool.",
+    "name": "consolidation/log",
+    "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
     "license": "MIT",
     "authors": [
         {
@@ -10,7 +10,7 @@
     ],
     "autoload":{
         "psr-4":{
-            "Consolidation\\Config\\": "src"
+            "Consolidation\\Log\\": "src"
         }
     },
     "autoload-dev": {
         }
     },
     "require": {
-        "php": ">=5.4.0",
-        "dflydev/dot-access-data": "^1.1.0",
-        "grasmash/expander": "^1"
+        "php": ">=5.5.0",
+        "psr/log": "~1.0"
     },
     "require-dev": {
-        "greg-1-anderson/composer-test-scenarios": "^1",
-        "phpunit/phpunit": "^4",
-        "satooshi/php-coveralls": "^1.0",
+        "phpunit/phpunit": "4.*",
+        "g1a/composer-test-scenarios": "^1",
+        "satooshi/php-coveralls": "^2",
         "squizlabs/php_codesniffer": "2.*",
-        "symfony/console": "^2.8",
-        "symfony/yaml": "^2.8.11|^3|^4"
-    },
-    "suggest": {
-        "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
-    },
-    "config": {
-        "optimize-autoloader": true,
-        "sort-packages": true,
-        "platform": {
-            "php": "5.4"
-        },
-        "vendor-dir": "../../vendor"
+        "symfony/console": "^2.8"
     },
+    "minimum-stability": "stable",
     "scripts": {
-        "cs": "phpcs --standard=PSR2 -n src",
-        "cbf": "phpcbf --standard=PSR2 -n src",
-        "unit": "SHELL_INTERACTIVE=true phpunit --colors=always",
+        "cs": "phpcs -n --standard=PSR2 src",
+        "cbf": "phpcbf -n --standard=PSR2 src",
+        "unit": "phpunit",
         "lint": [
             "find src -name '*.php' -print0 | xargs -0 -n1 php -l",
             "find tests/src -name '*.php' -print0 | xargs -0 -n1 php -l"
@@ -58,7 +46,7 @@
         "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 symfony2 'symfony/console:^2.8' --platform-php '5.5' --no-lockfile"
         ]
     },
     "extra": {
             "dev-master": "1.x-dev"
         }
     },
-    "minimum-stability": "stable"
+    "config": {
+        "platform": {
+            "php": "5.5"
+        },
+        "vendor-dir": "../../vendor"
+    }
 }