From 8735793758f6214a4da4ed01913a761a9b9242e1 Mon Sep 17 00:00:00 2001 From: Kevin Langley Date: Wed, 23 Oct 2019 12:03:08 -0400 Subject: [PATCH] Adding composer installers as a dependency so I can change the installation path when using this package. --- composer.json | 3 ++ composer.lock | 141 ++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 135 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 6cc34db..18bc816 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,9 @@ "description": "Utilities to seamlessly consume Webpack-bundled assets in WordPress themes & plugins.", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", + "require": { + "composer/installers": "~1.0" + }, "require-dev": { "humanmade/coding-standards": "^0.6.0" }, diff --git a/composer.lock b/composer.lock index 46981e9..bdd60ab 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,131 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2cb724a195f8f7c8a08afa6a872a35d8", - "packages": [], + "content-hash": "4b38c6acf92716e1674e22ec7d9c9926", + "packages": [ + { + "name": "composer/installers", + "version": "v1.7.0", + "source": { + "type": "git", + "url": "https://github.com/composer/installers.git", + "reference": "141b272484481432cda342727a427dc1e206bfa0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/installers/zipball/141b272484481432cda342727a427dc1e206bfa0", + "reference": "141b272484481432cda342727a427dc1e206bfa0", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0" + }, + "replace": { + "roundcube/plugin-installer": "*", + "shama/baton": "*" + }, + "require-dev": { + "composer/composer": "1.0.*@dev", + "phpunit/phpunit": "^4.8.36" + }, + "type": "composer-plugin", + "extra": { + "class": "Composer\\Installers\\Plugin", + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Installers\\": "src/Composer/Installers" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kyle Robinson Young", + "email": "kyle@dontkry.com", + "homepage": "https://github.com/shama" + } + ], + "description": "A multi-framework Composer library installer", + "homepage": "https://composer.github.io/installers/", + "keywords": [ + "Craft", + "Dolibarr", + "Eliasis", + "Hurad", + "ImageCMS", + "Kanboard", + "Lan Management System", + "MODX Evo", + "Mautic", + "Maya", + "OXID", + "Plentymarkets", + "Porto", + "RadPHP", + "SMF", + "Thelia", + "Whmcs", + "WolfCMS", + "agl", + "aimeos", + "annotatecms", + "attogram", + "bitrix", + "cakephp", + "chef", + "cockpit", + "codeigniter", + "concrete5", + "croogo", + "dokuwiki", + "drupal", + "eZ Platform", + "elgg", + "expressionengine", + "fuelphp", + "grav", + "installer", + "itop", + "joomla", + "known", + "kohana", + "laravel", + "lavalite", + "lithium", + "magento", + "majima", + "mako", + "mediawiki", + "modulework", + "modx", + "moodle", + "osclass", + "phpbb", + "piwik", + "ppi", + "puppet", + "pxcms", + "reindex", + "roundcube", + "shopware", + "silverstripe", + "sydes", + "symfony", + "typo3", + "wordpress", + "yawik", + "zend", + "zikula" + ], + "time": "2019-08-12T15:00:31+00:00" + } + ], "packages-dev": [ { "name": "automattic/vipwpcs", @@ -120,16 +243,16 @@ }, { "name": "fig-r/psr2r-sniffer", - "version": "0.5.1", + "version": "0.5.2", "source": { "type": "git", "url": "https://github.com/php-fig-rectified/psr2r-sniffer.git", - "reference": "3dcb12cd404def027c4742d51b704cdb87d043da" + "reference": "7eb462bcf19abcae122855a6d79cc8f768c77880" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig-rectified/psr2r-sniffer/zipball/3dcb12cd404def027c4742d51b704cdb87d043da", - "reference": "3dcb12cd404def027c4742d51b704cdb87d043da", + "url": "https://api.github.com/repos/php-fig-rectified/psr2r-sniffer/zipball/7eb462bcf19abcae122855a6d79cc8f768c77880", + "reference": "7eb462bcf19abcae122855a6d79cc8f768c77880", "shasum": "" }, "require": { @@ -153,8 +276,8 @@ "authors": [ { "name": "Mark Scherer", - "role": "Contributor", - "homepage": "http://www.dereuromark.de" + "homepage": "http://www.dereuromark.de", + "role": "Contributor" } ], "description": "Code-Sniffer, Auto-Fixer and Tokenizer for PSR2-R", @@ -162,7 +285,7 @@ "codesniffer", "cs" ], - "time": "2019-05-16T23:17:27+00:00" + "time": "2019-07-30T11:13:07+00:00" }, { "name": "humanmade/coding-standards",