Unverified Commit c7a275bf authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3057575 by idebr: Removal of PHP5 support is not yet reflected composer.lock

parent 7e08466e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2060,7 +2060,7 @@
                },
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                    "email": "backendtea@gmail.com"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
@@ -5357,7 +5357,7 @@
        "ext-spl": "*",
        "ext-tokenizer": "*",
        "ext-xml": "*",
        "php": "^5.5.9|>=7.0.8"
        "php": ">=7.0.8"
    },
    "platform-dev": []
}