-
- Downloads
Specify gitlab repository type to test #3464712
... | ... | @@ -3,6 +3,12 @@ |
"description": "Testing for Packagist Integration", | ||
"type": "library", | ||
"license": "GPL-2.0-or-later", | ||
"repositories": [ | ||
{ | ||
"type": "gitlab", | ||
"url": "https://git.drupalcode.org/project/general_example.git" | ||
} | ||
], | ||
"require": {}, | ||
"config": { | ||
"gitlab-domains": ["git.drupalcode.org"] | ||
... | ... |
Please register or sign in to comment