diff --git a/composer.json b/composer.json index 6808f1bad..2fe207148 100644 --- a/composer.json +++ b/composer.json @@ -127,7 +127,8 @@ "drupal/devel": "^5.1", "drupal/drupal-extension": "~4.0", "mglaman/phpstan-drupal": "^0.12.13", - "phpspec/prophecy-phpunit": "^2" + "phpspec/prophecy-phpunit": "^2", + "zaporylie/composer-drupal-optimizations": "^1.2" }, "scripts": { "post-install-cmd": [ diff --git a/composer.lock b/composer.lock index 64928923b..5bad4eb3d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3a7e7e2f8aaabd70536a370e48b363a8", + "content-hash": "b65f05358027c6b98338f031fe745b4f", "packages": [ { "name": "asm89/stack-cors", @@ -19497,6 +19497,49 @@ } ], "time": "2021-07-28T10:34:58+00:00" + }, + { + "name": "zaporylie/composer-drupal-optimizations", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/zaporylie/composer-drupal-optimizations.git", + "reference": "a7f409a765164fd13ac0bd00e19109165c51b369" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/a7f409a765164fd13ac0bd00e19109165c51b369", + "reference": "a7f409a765164fd13ac0bd00e19109165c51b369", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1 || ^2.0" + }, + "require-dev": { + "composer/composer": "^1.6", + "phpunit/phpunit": "^6" + }, + "type": "composer-plugin", + "extra": { + "class": "zaporylie\\ComposerDrupalOptimizations\\Plugin" + }, + "autoload": { + "psr-4": { + "zaporylie\\ComposerDrupalOptimizations\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jakub Piasecki", + "email": "jakub@piaseccy.pl" + } + ], + "description": "Composer plugin to improve composer performance for Drupal projects", + "time": "2020-10-22T13:26:00+00:00" } ], "aliases": [