Skip to content
Snippets Groups Projects

build: prepare plugins for using internal libraries by default

Merged Bartek Jaskulski requested to merge use-internal-packages into master
1 file
+ 10
1
Compare changes
  • Side-by-side
  • Inline
+ 10
1
@@ -35,7 +35,10 @@
@@ -35,7 +35,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",
@@ -77,5 +80,11 @@
@@ -77,5 +80,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",
 
}
}
}
}
}
Loading