Commit 1c9b2a6d authored by catch's avatar catch
Browse files

Issue #3314774 by Spokje, mondrake: Skip PHPStan >=1.8.7

(cherry picked from commit fb723608)
parent b93e50c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@
        "symfony/browser-kit": "^6.1",
        "symfony/dom-crawler": "^6.1"
    },
    "conflict": {
        "phpstan/phpstan": ">=1.8.7"
    },
    "replace": {
        "symfony/polyfill-php72": "*",
        "symfony/polyfill-php73": "*",
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "9286c042bc6a3f1a14f3ad64eadf064a",
    "content-hash": "2e6f827c2b25211481ca277eda3177bc",
    "packages": [
        {
            "name": "asm89/stack-cors",