Skip to content
Snippets Groups Projects
Verified Commit 33719635 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: prepare plugins for using internal libraries by default


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent 57fd835b
Branches use-internal-packages
No related tags found
1 merge request!46build: prepare plugins for using internal libraries by default
......@@ -35,7 +35,10 @@
"kylekatarnls/update-helper": true,
"phpstan/extension-installer": true
},
"platform-check": false
"platform-check": false,
"gitlab-domains": [
"gitlab.wpdesk.dev"
]
},
"prefer-stable": true,
"minimum-stability": "stable",
......@@ -77,5 +80,11 @@
"phpunit-unit-coverage": "phpunit --configuration phpunit-unit.xml --coverage-html build-coverage",
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
"docs": "apigen generate"
},
"repositories": {
"wpdesk": {
"type": "composer",
"url": "https://gitlab.wpdesk.dev/api/v4/group/wpdesk/-/packages/composer/"
}
}
}
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