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

Merge branch 'use-internal-packages' into 'master'

build: prepare plugins for using internal libraries by default

See merge request !46
parents 7f5acee3 33719635
No related branches found
No related tags found
1 merge request!46build: prepare plugins for using internal libraries by default
...@@ -33,7 +33,10 @@ ...@@ -33,7 +33,10 @@
"kylekatarnls/update-helper": true, "kylekatarnls/update-helper": true,
"phpstan/extension-installer": true "phpstan/extension-installer": true
}, },
"platform-check": false "platform-check": false,
"gitlab-domains": [
"gitlab.wpdesk.dev"
]
}, },
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "stable", "minimum-stability": "stable",
...@@ -75,5 +78,11 @@ ...@@ -75,5 +78,11 @@
"phpunit-unit-coverage": "phpunit --configuration phpunit-unit.xml --coverage-html build-coverage", "phpunit-unit-coverage": "phpunit --configuration phpunit-unit.xml --coverage-html build-coverage",
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", "phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
"docs": "apigen generate" "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