diff --git a/src/ninegitea-1.0/composer.json b/src/ninegitea-1.0/composer.json index 194c2ea..ca53ebc 100644 --- a/src/ninegitea-1.0/composer.json +++ b/src/ninegitea-1.0/composer.json @@ -74,6 +74,9 @@ "symfony/polyfill-php56": "*" }, "scripts": { + "pre-install-cmd": [ + "php scripts/checkcomposer.php" + ], "auto-scripts": { "cache:clear": "symfony-cmd", "cache:clear --env=prod": "symfony-cmd", diff --git a/src/ninegitea-1.0/scripts/checkcomposer.php b/src/ninegitea-1.0/scripts/checkcomposer.php new file mode 100644 index 0000000..b244c55 --- /dev/null +++ b/src/ninegitea-1.0/scripts/checkcomposer.php @@ -0,0 +1,13 @@ +