Skip to content
Snippets Groups Projects
  • Olav Morken's avatar
    20f898db
    Fix mismatch between composer.lock and composer.json · 20f898db
    Olav Morken authored
    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.
    20f898db
    History
    Fix mismatch between composer.lock and composer.json
    Olav Morken authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
composer.lock 248.14 KiB