Skip to content
Snippets Groups Projects
Commit 1e1df553 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update license and CI workflow

parent 2a899647
No related branches found
No related tags found
No related merge requests found
Pipeline #
Deploy:
script:
- curl -XPOST -H'content-type:application/json' "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_API_TOKEN}" -d'{"repository":{"url":"'${CI_PROJECT_URL}'"}}'
only:
- tags
- triggers
- schedules
......@@ -4,7 +4,7 @@
"type": "library",
"keywords": ["Drupal", "Development", "Composer"],
"homepage": "https://gitlab.lakedrops.com/composer/library/composer-json-utils",
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Jürgen Haas",
......@@ -28,8 +28,6 @@
},
"require-dev": {
"composer/composer": "^1.5.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
"drupal/coder": "^8.2",
"phpunit/phpunit": "^4.8.0"
},
"minimum-stability": "dev",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment