-
- Downloads
There was a problem fetching the pipeline summary.
Update license and CI workflow
parent
700178d1
No related branches found
No related tags found
Pipeline #
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
"type": "composer-plugin", | "type": "composer-plugin", | ||
"keywords": ["Development"], | "keywords": ["Development"], | ||
"homepage": "https://gitlab.lakedrops.com/composer/plugin/dorgflow", | "homepage": "https://gitlab.lakedrops.com/composer/plugin/dorgflow", | ||
"license": "GPL-2.0+", | "license": "GPL-2.0-or-later", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
"name": "Jürgen Haas", | "name": "Jürgen Haas", | ||
... | @@ -31,8 +31,6 @@ | ... | @@ -31,8 +31,6 @@ |
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"composer/composer": "^1.5.0", | "composer/composer": "^1.5.0", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3", | |||
"drupal/coder": "^8.2", | |||
"phpunit/phpunit": "^4.8.0" | "phpunit/phpunit": "^4.8.0" | ||
}, | }, | ||
"minimum-stability": "dev", | "minimum-stability": "dev", | ||
... | ... |
Please register or sign in to comment