Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Restore zap.../composer-drupal-optimizations
Browse files Browse the repository at this point in the history
A Composer2 no-op version is available.
Folks running composer 1 locally will appreciate it.
  • Loading branch information
mbaynton authored and alexdicianu committed Nov 6, 2020
1 parent 15abac4 commit a495600
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions upstream-configuration/.gitignore
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions upstream-configuration/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "internal/upstream-configuration",
"name": "pantheon-upstreams/upstream-configuration",
"type": "project",
"version": "1.0.0",
"repositories": [
Expand All @@ -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.*",
Expand Down

0 comments on commit a495600

Please sign in to comment.