Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patches for Litefyr

Sometimes there are composer packages who need a patch in order to work correctly with Neos. In order to have a central place to manage them, we've created this repository. You can either download the patches and include it into your Distribution or you can also include it directly. In order to do this, make sure this settings is in your root composer.json:

{
    "script": {
        "patches:sync": "curl -fsSL https://raw.githubusercontent.com/Litefyr/Patches/main/patches.json -o patches.json",
        "patches:refresh": [
            "@patches:sync",
            "@composer --no-scripts patches-relock",
            "@composer --no-scripts patches-repatch"
        ]
    }
}

Also you need to make sure that cweagans/composer-patches is installed and set up under config.allow-plugins correctly

{
    "config": {
        "allow-plugins": {
            "cweagans/composer-patches": true
        }
    }
}

To update the patches simply run composer patches:refresh

About

Patches for your Litefyr instance

Topics

Resources

Code of conduct

Stars

0 stars

Watchers

1 watching

Forks

Contributors