Skip to content
Snippets Groups Projects
Commit 20f898db authored by Olav Morken's avatar Olav Morken
Browse files

Fix mismatch between composer.lock and composer.json

The composer.lock file that was committed to the repository did not
match composer.json. It was built from a composer.json with an extra
section to override the PHP version check:

    "config": {
        "platform": {
            "php": "7.1.33"
        }
    }

Rebuild composer.lock without that config section, to prevent warnings
from Composer due to the mismatch.
parent 622d3eab
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment