Changeset - 7e0de111c894
[Not reviewed]
0 1 3
Lance Edgar (lance) - 16 months ago 2023-05-15 17:24:31
lance@edbob.org
Add demo task, and declare composer info
1 file changed:
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
composer.json
Show inline comments
 
new file 100644
 
{
 
    "name": "rattail/corepos-demo-poser",
 
    "description": "Poser demo for CORE-POS",
 
    "license": "GPL-3.0-or-later",
 
    "authors": [
 
        {
 
            "name": "Lance Edgar",
 
            "email": "lance@edbob.org"
 
        }
 
    ],
 
    "require": {
 
        "wikimedia/composer-merge-plugin": "^2.1",
 
        "rattail/posterior": "^0.1.1"
 
    },
 
    "extra": {
 
        "merge-plugin": {
 
            "require": [
 
                "../IS4C/composer.json"
 
            ]
 
        }
 
    },
 
    "config": {
 
        "component-dir": "../IS4C/fannie/src/javascript/composer-components",
 
        "vendor-dir": "../IS4C/vendor"
 
    }
 
}

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)