DigiComp.SettingValidator/.woodpecker/Build/composer.json

30 lines
985 B
JSON
Raw Normal View History

2022-04-29 01:47:02 +02:00
{
"name": "digicomp/settingvalidator-distribution",
"description": "SettingValidator Distribution",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin",
"platform": {
"php": "7.4.0"
}
},
"require": {
"digicomp/settingvalidator": "*@dev",
"php": "~7.4.0"
},
"require-dev": {
"neos/buildessentials": "^5.3",
"phpunit/phpunit": "~8.1",
"mikey179/vfsstream": "~1.6"
},
"repositories": [
{ "type": "path", "url": "../../../src" }
],
"scripts": {
"post-update-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-package-update": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
"post-package-install": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall"
}
}