Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer.json still has the older git URL #318

Open
bacoords opened this issue Dec 13, 2021 · 1 comment
Open

Composer.json still has the older git URL #318

bacoords opened this issue Dec 13, 2021 · 1 comment
Assignees
Milestone

Comments

@bacoords
Copy link
Member

{
    "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 bacoords self-assigned this Dec 13, 2021
@bacoords bacoords added this to the 1.2.0 milestone Feb 3, 2022
@kirannasim
Copy link

@bacoords just fixed this issue

#344

@kirannasim kirannasim self-assigned this Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants