-
- Downloads
There was a problem fetching the pipeline summary.
Initial code
Showing
- .editorconfig 17 additions, 0 deletions.editorconfig
- .gitignore 2 additions, 0 deletions.gitignore
- .gitlab-ci.yml 3 additions, 0 deletions.gitlab-ci.yml
- README.md 2 additions, 0 deletionsREADME.md
- Utils.php 147 additions, 0 deletionsUtils.php
- composer.json 38 additions, 0 deletionscomposer.json
.editorconfig
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
README.md
0 → 100644
Utils.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "lakedrops/composer-json-tools", | ||
"description": "Composer Library to provide tools to work with projects own composer.json file", | ||
"type": "library", | ||
"keywords": ["Drupal", "Development", "Composer"], | ||
"homepage": "https://gitlab.lakedrops.com/lakedrops/composer-json-tools", | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
"name": "Jürgen Haas", | ||
"email": "juergen@paragon-es.de", | ||
"homepage": "https://www.paragon-es.de", | ||
"role": "Drupal Expert" | ||
}, | ||
{ | ||
"name": "Richard Papp", | ||
"email": "richard.papp@boromino.com", | ||
"homepage": "http://www.boromino.com", | ||
"role": "Drupal Expert" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://gitlab.lakedrops.com/lakedrops/composer-json-tools/issues", | ||
"source": "https://gitlab.lakedrops.com/lakedrops/composer-json-tools/tree/master" | ||
}, | ||
"require": { | ||
"php": ">=5.6" | ||
}, | ||
"autoload": { | ||
"psr-4": { "LakeDrops\\Component\\Composer\\": "" } | ||
}, | ||
"require-dev": { | ||
"composer/composer": "dev-master", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3", | ||
"drupal/coder": "^8.2", | ||
"phpunit/phpunit": "^4.4.0" | ||
} | ||
} |
Please register or sign in to comment