understrap/understrap-child

Composer.json still has the older git URL

bacoords opened this issue · 1 comments

{
    "name": "holger1411/understrap-child",
    "description": "Basic Child Theme for Understrap Theme Framework",
    "type": "library",
    "license": "GPL-2.0",
    "minimum-stability": "stable",
    "require": {},
    "keywords": ["wordpress","theme","bootstrap"],
    "homepage": "https://github.com/holger1411/understrap-child"
}

should be

{
    "name": "understrap/understrap-child",
    "description": "Basic Child Theme for Understrap Theme Framework",
    "type": "library",
    "license": "GPL-2.0",
    "minimum-stability": "stable",
    "require": {},
    "keywords": ["wordpress","theme","bootstrap"],
    "homepage": "https://github.com/understrap/understrap-child"
}

@bacoords just fixed this issue

#344