-
- Downloads
There was a problem fetching the pipeline summary.
Move and rename library
parent
8a4ab84e
No related branches found
No related tags found
Pipeline #
{ | { | ||
"name": "lakedrops/composer-json-tools", | "name": "lakedrops/composer-json-utils", | ||
"description": "Composer Library to provide tools to work with projects own composer.json file", | "description": "Composer Library to provide utilities to work with project's own composer.json file", | ||
"type": "library", | "type": "library", | ||
"keywords": ["Drupal", "Development", "Composer"], | "keywords": ["Drupal", "Development", "Composer"], | ||
"homepage": "https://gitlab.lakedrops.com/lakedrops/composer-json-tools", | "homepage": "https://gitlab.lakedrops.com/composer/library/composer-json-utils", | ||
"license": "GPL-2.0+", | "license": "GPL-2.0+", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
... | @@ -20,8 +20,8 @@ | ... | @@ -20,8 +20,8 @@ |
} | } | ||
], | ], | ||
"support": { | "support": { | ||
"issues": "https://gitlab.lakedrops.com/lakedrops/composer-json-tools/issues", | "issues": "https://gitlab.lakedrops.com/composer/library/composer-json-utils/issues", | ||
"source": "https://gitlab.lakedrops.com/lakedrops/composer-json-tools/tree/master" | "source": "https://gitlab.lakedrops.com/composer/library/composer-json-utils/tree/master" | ||
}, | }, | ||
"require": { | "require": { | ||
"php": ">=5.6" | "php": ">=5.6" | ||
... | ... |
Please register or sign in to comment