Unverified Commit 340d33e7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3048244 by jonathan1055, alexpott, kim.pepper: Update the stable...

Issue #3048244 by jonathan1055, alexpott, kim.pepper: Update the stable version of drupal/coder to ˆ8.3.2
parent f2eaf017
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -3377,16 +3377,16 @@
        },
        {
            "name": "drupal/coder",
            "version": "8.3.1",
            "version": "8.3.2",
            "source": {
                "type": "git",
                "url": "https://git.drupal.org/project/coder.git",
                "reference": "29a25627e7148b3119c84f18e087fc3b8c85b959"
                "reference": "44c80c21074df43572652f35bec4f184f9eae5e7"
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4.0",
                "squizlabs/php_codesniffer": "^3.0.1",
                "php": ">=5.5.9",
                "squizlabs/php_codesniffer": "^3.4.1",
                "symfony/yaml": ">=2.0.0"
            },
            "require-dev": {
@@ -3396,7 +3396,7 @@
            "autoload": {
                "psr-0": {
                    "Drupal\\": "coder_sniffer/Drupal/",
                    "DrupalPractice\\": "coder_sniffer/Drupal/"
                    "DrupalPractice\\": "coder_sniffer/DrupalPractice/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
@@ -3410,7 +3410,7 @@
                "phpcs",
                "standards"
            ],
            "time": "2018-09-21T14:22:49+00:00"
            "time": "2019-04-14T17:56:07+00:00"
        },
        {
            "name": "fabpot/goutte",
@@ -3754,12 +3754,12 @@
            "version": "v1.6.5",
            "source": {
                "type": "git",
                "url": "https://github.com/mikey179/vfsStream.git",
                "url": "https://github.com/bovigo/vfsStream.git",
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
                "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
                "shasum": ""
            },
@@ -4658,16 +4658,16 @@
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "3.4.1",
            "version": "3.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa"
                "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5b4333b4010625d29580eb4a41f1e53251be6baa",
                "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
                "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
                "shasum": ""
            },
            "require": {
@@ -4705,7 +4705,7 @@
                "phpcs",
                "standards"
            ],
            "time": "2019-03-19T03:22:27+00:00"
            "time": "2019-04-10T23:49:02+00:00"
        },
        {
            "name": "symfony/browser-kit",
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
        "behat/mink": "1.7.x-dev",
        "behat/mink-goutte-driver": "^1.2",
        "behat/mink-selenium2-driver": "1.3.x-dev",
        "drupal/coder": "^8.3.1",
        "drupal/coder": "^8.3.2",
        "jcalderonzumba/gastonjs": "^1.0.2",
        "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
        "mikey179/vfsstream": "^1.2",