Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / jakub-onderka / php-console-color / composer.json
index 0721abca1823b81df270babbf72a1417f7a7ba52..6481cb51d0fca62690e7a79541d68699b73714bf 100644 (file)
@@ -1,7 +1,6 @@
 {
     "name": "jakub-onderka/php-console-color",
     "license": "BSD-2-Clause",
-    "version": "0.1",
     "authors": [
         {
             "name": "Jakub Onderka",
@@ -9,16 +8,16 @@
         }
     ],
     "autoload": {
-        "psr-0": {"JakubOnderka\\PhpConsoleColor": "src/"}
+        "psr-4": {"JakubOnderka\\PhpConsoleColor\\": "src/"}
     },
     "require": {
-        "php": ">=5.3.2"
+        "php": ">=5.4.0"
     },
     "require-dev": {
-        "phpunit/phpunit": "3.7.*",
-        "jakub-onderka/php-parallel-lint": "0.*",
+        "phpunit/phpunit": "~4.3",
+        "jakub-onderka/php-parallel-lint": "1.0",
         "jakub-onderka/php-var-dump-check": "0.*",
         "squizlabs/php_codesniffer": "1.*",
         "jakub-onderka/php-code-style": "1.0"
     }
-}
\ No newline at end of file
+}