diff --git a/upstream-configuration/.gitignore b/upstream-configuration/.gitignore new file mode 100644 index 00000000..54863165 --- /dev/null +++ b/upstream-configuration/.gitignore @@ -0,0 +1,17 @@ +composer.lock +/vendor/ +.csslintrc +.editorconfig +.eslintignore +.eslintrc.json +.gitattributes +.ht.router.php +.htaccess +INSTALL.txt +README.txt +autoload.php +example.gitignore +index.php +robots.txt +update.php +web.config diff --git a/upstream-configuration/composer.json b/upstream-configuration/composer.json index a5aa5077..ce5d4015 100644 --- a/upstream-configuration/composer.json +++ b/upstream-configuration/composer.json @@ -1,5 +1,5 @@ { - "name": "internal/upstream-configuration", + "name": "pantheon-upstreams/upstream-configuration", "type": "project", "version": "1.0.0", "repositories": [ @@ -19,7 +19,8 @@ "drupal/console": "^1", "cweagans/composer-patches": "^1.7", "drupal/config_direct_save": "^1.0", - "drush-ops/behat-drush-endpoint": "^9.3" + "drush-ops/behat-drush-endpoint": "^9.3", + "zaporylie/composer-drupal-optimizations": "^1.2" }, "require-dev": { "behat/behat": "3.*",